remove security

This commit is contained in:
andrea.terzani
2024-08-12 14:47:58 +02:00
parent bfc5e56ac4
commit fa2f5829a2
14 changed files with 1 additions and 521 deletions

21
pom.xml
View File

@@ -64,26 +64,7 @@
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.antlr</groupId>