dev-3.0.3 #9

Merged
JaTiTV merged 4 commits from dev-3.0.3 into main 2022-11-15 01:27:43 +00:00
Showing only changes of commit 31a958ce7f - Show all commits

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>