aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-23 15:20:45 +0100
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-03-23 15:20:45 +0100
commit1020ab3cf309ddde9af40684e2d3bd094cce8665 (patch)
tree4604c2bc9023d0948490010d88455cd6ec24ea69 /pom.xml
parent378d05bded462b721cd04e7eb5ab06a944da452e (diff)
Attempt to fix jackson-databind
Fix nexus-iq issue reported as red Issue-ID: CLAMP-135 Change-Id: I8cc2951d8c8a3c61258b0a2926e1d17d2e8a1448 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 3b2ebe12..010fd509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,6 +452,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -484,11 +485,6 @@
<artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
<version>1.0.1.Final</version>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11.1</version>
- </dependency>
<!-- Remove the MYSQL connector and replace it by Mariadb -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>