Update pom.xml

This commit is contained in:
JaTiTV 2022-11-14 19:50:48 +01:00
parent dab5a4f557
commit 31a958ce7f
1 changed files with 3 additions and 7 deletions

View File

@ -17,6 +17,7 @@
</properties>
<build>
<finalName>${project.artifactId}_${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -82,7 +83,8 @@
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<version>DEV-13.4</version>
<classifier>dev-1</classifier>
<classifier>snapshot-1</classifier>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
@ -91,11 +93,5 @@
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>