This commit is contained in:
2022-11-15 02:33:22 +01:00
4 changed files with 14 additions and 16 deletions

View File

@@ -6,11 +6,8 @@
<groupId>net.t2code</groupId>
<artifactId>T2C-OPSecurity</artifactId>
<<<<<<< Updated upstream
<version>3.0.2</version>
=======
<version>3.0.3</version>
>>>>>>> Stashed changes
<packaging>jar</packaging>
<name>T2C-OPSecurity</name>
@@ -21,6 +18,7 @@
</properties>
<build>
<finalName>${project.artifactId}_${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -85,12 +83,8 @@
<dependency>
<groupId>net.t2code</groupId>
<artifactId>T2CodeLib</artifactId>
<<<<<<< Updated upstream
<version>13.2</version>
=======
<version>13.4</version>
<scope>provided</scope>
>>>>>>> Stashed changes
</dependency>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
@@ -99,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>