From 5e25f850cb0d1ae5f8f32088048eae148986daf2 Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Thu, 25 Feb 2021 18:43:27 +0530 Subject: [PATCH] mso-cnf-adapter changes for docker tag name Issue-ID: SO-3518 Signed-off-by: MD IRSHAD SHEIKH Change-Id: I3fa9e3249b5ba79effe233ef0c44fa865f4cccbd --- pom.xml | 63 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 01e87b4..c1250f4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,10 +25,10 @@ 4.0.0 org.onap.so - adapters + so 1.8.0-SNAPSHOT - org.onap.so.adapters + so-cnf-adapter jar so-cnf-adapter @@ -136,25 +136,16 @@ - com.spotify - dockerfile-maven-plugin - 1.4.3 - - - javax.activation - activation - 1.1.1 - - - - - docker-build - - build - - - - + org.codehaus.mojo + exec-maven-plugin + + + docker-build + install + + exec + + Dockerfile docker ${project.basedir} @@ -168,10 +159,10 @@ ${project.artifactId}-${project.version}.jar ${project.artifactId} - ${project.artifactId} - ${project.version} - + + + @@ -214,6 +205,30 @@ spring-boot-starter-test test + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + + + org.springframework.cloud + spring-cloud-contract-wiremock + 1.2.4.RELEASE + + + org.onap.so + aai-client + ${project.version} + + + com.sun.xml.ws + jaxws-ri + 2.3.0 + pom + -- 2.16.6