aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 7a696154..0757734e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>