Attempt to fix jackson-databind 15/38115/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 23 Mar 2018 14:20:45 +0000 (15:20 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 23 Mar 2018 14:20:45 +0000 (15:20 +0100)
Fix nexus-iq issue reported as red

Issue-ID: CLAMP-135
Change-Id: I8cc2951d8c8a3c61258b0a2926e1d17d2e8a1448
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3b2ebe1..010fd50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <dependency>
                                                <groupId>com.fasterxml.jackson.dataformat</groupId>
                                                <artifactId>jackson-dataformat-yaml</artifactId>
+                                               <version>2.9.4</version>
                                </dependency>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                        <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>