diff options
-rw-r--r-- | server/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/pom.xml b/server/pom.xml index c44e8236..6d575bba 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -79,19 +79,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jersey</artifactId> </dependency> - <!--dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - <!--dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <scope>runtime</scope> - </dependency--> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> |