diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -455,11 +455,6 @@ <artifactId>persistence-api</artifactId> <version>1.0.2</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-csv</artifactId> - <version>1.3</version> - </dependency> <!-- Other dependencies to fix nexus IQ reported vulnerabilities --> <dependency> <groupId>org.springframework.security</groupId> @@ -481,11 +476,7 @@ <artifactId>guava</artifactId> <version>27.0-jre</version> </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.13</version> - </dependency> + <!-- Remove the MYSQL connector and replace it by Mariadb --> <dependency> <groupId>org.mariadb.jdbc</groupId> |