aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-03 15:25:07 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-03 15:25:07 +0200
commit5ec88e4569f8c8ad89ffc775f1687470f3b04fe7 (patch)
tree46c18f2132cbbdb3636ac58ae0ece546165c41bd /pom.xml
parentbc9197028e2898f79b47933299ba5020243100ec (diff)
Update some direct dependencies
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Idf72aa9155fda422bd58013b6eaf888d67557e68
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 7a696154a..0757734ea 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>