diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-15 10:43:48 +0100 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-03-15 10:43:48 +0100 |
commit | b3737db89cab5d43b7ef18f32052a9749487e1bb (patch) | |
tree | ddf3818353b70808f5c265b6d11f248c76a8123f /pom.xml | |
parent | 942ce0bcf8603d59452c64c6b25c6dbc6b07f7aa (diff) |
Update jackson-databind
Update one dependency to fix the security issues reported by NExus IQ
Issue-ID: CLAMP-135
Change-Id: I0cc1c3a32047083790dd556f5be1ef43cb8afffb
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -33,7 +33,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <description> @@ -275,10 +275,6 @@ <artifactId>jackson-core</artifactId> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.1</version> @@ -437,10 +433,6 @@ </exclusions> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </dependency> @@ -475,6 +467,11 @@ <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> |