aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEddy Hautot <eh552t@intl.att.com>2018-03-15 10:34:47 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-15 10:34:47 +0000
commit7fd612f95352a1dc75c782e89c399ae82acb67bf (patch)
tree992edaa3a17e1ab5246f1cc9ede7b0ba420e1430 /pom.xml
parent17b5881be20b37a8e6054ddf6002d9e29b761974 (diff)
parentb646d524270c8ca093974751b6696e0c0e0b3a08 (diff)
Merge changes from topic 'bugfix/nexus-iq'
* changes: Fix Checkstyle issues Update jackson-databind
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 0d97cf6e..31997cdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -288,10 +288,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>
@@ -454,10 +450,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>
@@ -492,6 +484,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>