diff options
| author | Kostya <mail@sartin.in> | 2026-08-20 11:27:49 +0300 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-20 11:27:49 +0300 |
| commit | 5f5236af81b4a9f286e927bc9e36226e1ba05b70 (patch) | |
| tree | 1d49848c0ac1f3963ac42e8826a9f440c67a0b51 /service | |
| parent | a8324fc799338ff1caa95cdda7fac1f6c48f7146 (diff) | |
| download | guess-market-5f5236af81b4a9f286e927bc9e36226e1ba05b70.tar.gz guess-market-5f5236af81b4a9f286e927bc9e36226e1ba05b70.tar.xz guess-market-5f5236af81b4a9f286e927bc9e36226e1ba05b70.zip | |
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.
Diffstat (limited to 'service')
| -rw-r--r-- | service/.classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/.classpath b/service/.classpath index b46be83..2ac9801 100644 --- a/service/.classpath +++ b/service/.classpath | |||
| @@ -19,6 +19,8 @@ | |||
| 19 | <classpathentry kind="lib" path="../lib/jaxb/jakarta.xml.bind-api.jar"/> | 19 | <classpathentry kind="lib" path="../lib/jaxb/jakarta.xml.bind-api.jar"/> |
| 20 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-jxc.jar"/> | 20 | <classpathentry kind="lib" path="../lib/jaxb/jaxb-jxc.jar"/> |
| 21 | <classpathentry kind="lib" path="../lib/gson/gson-2.11.0.jar" sourcepath="../lib/gson/gson-2.11.0-sources.jar"/> | 21 | <classpathentry kind="lib" path="../lib/gson/gson-2.11.0.jar" sourcepath="../lib/gson/gson-2.11.0-sources.jar"/> |
| 22 | <classpathentry kind="lib" path="../lib/mapstruct/mapstruct-1.7.0.Beta2.jar"/> | ||
| 23 | <classpathentry kind="lib" path="../lib/mapstruct/mapstruct-processor-1.7.0.Beta2.jar"/> | ||
| 22 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> | 24 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> |
| 23 | <classpathentry kind="lib" path="../lib/mockito/mockito-core-5.23.0.jar"/> | 25 | <classpathentry kind="lib" path="../lib/mockito/mockito-core-5.23.0.jar"/> |
| 24 | <classpathentry kind="lib" path="../lib/mockito/byte-buddy-1.17.7.jar"/> | 26 | <classpathentry kind="lib" path="../lib/mockito/byte-buddy-1.17.7.jar"/> |