From 2fb2baef958cf2bfc1fba5477e09e586b1bec41d Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 1 Mar 2018 16:07:28 -0500 Subject: [PATCH] Exclude the jersey contribs for nexus iq Issue-ID: AAI-595 Change-Id: Ic81ca04e97c13c323cbabf752eb68b6033221234 Signed-off-by: Venkata Harish K Kajur --- aai-resources/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + -- 2.16.6