From 5f5236af81b4a9f286e927bc9e36226e1ba05b70 Mon Sep 17 00:00:00 2001 From: Kostya Date: Thu, 20 Aug 2026 11:27:49 +0300 Subject: Add MapStruct jars to service module lib/*/*.jar is auto-globbed onto the build classpath, so this makes mapstruct available for future DTO<->domain mappers without any build script changes. --- service/.classpath | 2 ++ 1 file changed, 2 insertions(+) (limited to 'service') diff --git a/service/.classpath b/service/.classpath index b46be83..2ac9801 100644 --- a/service/.classpath +++ b/service/.classpath @@ -19,6 +19,8 @@ + + -- cgit v1.2.3