diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-28 04:36:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 04:36:17 +0000 |
commit | 9903fb12ab6b3081e8c1b680ae4088d638503776 (patch) | |
tree | d01618b2827f19d5c00a340d459efb40e40bc3dd /mso-api-handlers/mso-api-handler-infra/pom.xml | |
parent | 90676517b3da987604e2d666d8fcb09a8e165d65 (diff) | |
parent | 629b49debaadd42e162b6992e3719ba2de4e7fdf (diff) |
Merge "Remove forbidden dependencies"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 110c4da4ff..93b6c8fbb5 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -94,9 +94,9 @@ <version>1.9.13</version> </dependency> <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - <version>1.9.13</version> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.8.7</version> </dependency> <dependency> |