move mergeResultDto + mapper to scm-core

This commit is contained in:
Eduard Heimbuch
2019-11-05 09:51:58 +01:00
parent 9df12bc35e
commit db46441adf
3 changed files with 6 additions and 0 deletions

View File

@@ -131,6 +131,12 @@
<artifactId>mapstruct-jdk8</artifactId> <artifactId>mapstruct-jdk8</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<scope>provided</scope>
</dependency>
<!-- rest documentation --> <!-- rest documentation -->
<dependency> <dependency>
<groupId>com.webcohesion.enunciate</groupId> <groupId>com.webcohesion.enunciate</groupId>