From: Venkata Harish K Kajur Date: Thu, 1 Mar 2018 21:07:28 +0000 (-0500) Subject: Exclude the jersey contribs for nexus iq X-Git-Tag: v1.2.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2fb2baef958cf2bfc1fba5477e09e586b1bec41d;p=aai%2Fresources.git Exclude the jersey contribs for nexus iq Issue-ID: AAI-595 Change-Id: Ic81ca04e97c13c323cbabf752eb68b6033221234 Signed-off-by: Venkata Harish K Kajur --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index a0d650fd..b916c3b7 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -124,6 +124,7 @@ /content/repositories/snapshots/ 4.1.9.Final + 2.8.11.1 @@ -445,6 +446,11 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider + + com.fasterxml.jackson.core + jackson-databind + ${jackson.core.version} + org.mockito mockito-all @@ -653,6 +659,10 @@ io.netty netty-handler + + com.sun.jersey.contribs + jersey-apache-client4 +