We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0611010 commit 3651543Copy full SHA for 3651543
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.2.0</version>
+ <version>0.2.1</version>
9
<name>ParentPom</name>
10
<packaging>pom</packaging>
11
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -37,12 +37,6 @@
37
<version>${lombok-version}</version>
38
<scope>provided</scope>
39
</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>
46
<!-- https://mvnrepository.com/artifact/org.slf4j -->
47
<dependency>
48
<groupId>org.slf4j</groupId>
0 commit comments