Skip to content

Commit 3651543

Browse files
author
Gerald Unterrainer
committed
remove mapstruct-workaround
1 parent 0611010 commit 3651543

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.2.0</version>
8+
<version>0.2.1</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -37,12 +37,6 @@
3737
<version>${lombok-version}</version>
3838
<scope>provided</scope>
3939
</dependency>
40-
<!-- Lombok module workaround -->
41-
<dependency>
42-
<groupId>org.mapstruct</groupId>
43-
<artifactId>mapstruct-processor</artifactId>
44-
<version>1.5.2.Final</version>
45-
</dependency>
4640
<!-- https://mvnrepository.com/artifact/org.slf4j -->
4741
<dependency>
4842
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)