diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-03-15 10:34:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-15 10:34:47 +0000 |
commit | 7fd612f95352a1dc75c782e89c399ae82acb67bf (patch) | |
tree | 992edaa3a17e1ab5246f1cc9ede7b0ba420e1430 /pom.xml | |
parent | 17b5881be20b37a8e6054ddf6002d9e29b761974 (diff) | |
parent | b646d524270c8ca093974751b6696e0c0e0b3a08 (diff) |
Merge changes from topic 'bugfix/nexus-iq'
* changes:
Fix Checkstyle issues
Update jackson-databind
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> @@ -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> |