From 5b80f8813bca2d24d221186e0c2ba341e21d010b Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Thu, 1 Mar 2018 17:27:51 -0500 Subject: Update and exclude some deps for nexus iq Excluded jackson asl and commons httpclient and upgraded the netty all groovy indy Issue-ID: AAI-595 Change-Id: Ic1571ac9aa05e5b94b267084607cfba725664fa0 Signed-off-by: Venkata Harish K Kajur --- aai-resources/pom.xml | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index b916c3b..912a784 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -38,14 +38,6 @@ ${project.version} - 2.2.3 - - - 6.2.0.6-oss - 0.0.1 - 0.0.9 - - 0.0.24 4.9 @@ -104,7 +96,6 @@ localhost:5000 - 1.0.0 https://nexus.onap.org /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} /content/repositories/releases/ /content/repositories/snapshots/ 4.1.9.Final + 4.0.37.Final 2.8.11.1 + 2.4.4 + + + yyyyMMdd'T'HHmmss @@ -146,7 +146,7 @@ @ latest - ${project.version}-STAGING-${maven.build.timestamp} + ${aai.docker.version}-STAGING-${maven.build.timestamp} ${aai.docker.version}-STAGING-latest try @@ -195,6 +195,11 @@ + runAjsc @@ -418,6 +423,14 @@ com.sun.jersey.contribs jersey-guice + + commons-httpclient + commons-httpclient + + + org.codehaus.jackson + jackson-mapper-asl + @@ -689,6 +702,16 @@ spring-web ${spring.web.version} + + io.netty + netty-all + ${netty.version} + + + org.codehaus.groovy + groovy + ${groovy.version} + -- cgit 1.2.3-korg