X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=champ-service%2Fpom.xml;h=6a31fb43b86677e1ce1abe0de7cdf88139a2a42f;hb=aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321;hp=2738dc5f2b2ffab29a020b0b977386f941af8782;hpb=42480c241e5882bd2e6002004e5013a0e1bd7429;p=aai%2Fchamp.git diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 2738dc5..6a31fb4 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,26 +24,24 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 1.1.0 + org.onap.aai + champ + 1.3.0-SNAPSHOT - org.onap.aai + org.onap.aai.champ champ-service - 1.2.0-SNAPSHOT - champ ${basedir}/target + champ https://nexus.onap.org org.onap.aai.logging-service 1.2.2 - 18.0 3.7 1.3 - 1.5.12.RELEASE + 1.5.15.RELEASE @@ -55,6 +53,18 @@ limitations under the License. pom import + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.apache.httpcomponents + httpclient-cache + 4.5.3 + @@ -112,7 +122,6 @@ limitations under the License. com.google.guava guava - ${version.com.google.guava} @@ -148,9 +157,9 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.0-SNAPSHOT + ${project.version} compile @@ -201,28 +210,6 @@ limitations under the License. org.onap.dmaap.messagerouter.dmaapclient dmaapClient 1.1.5 - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpclient-cache - - - - - - org.apache.httpcomponents - httpclient - 4.5.3 - - - - org.apache.httpcomponents - httpclient-cache - 4.5.3 @@ -300,22 +287,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - - true - - - com.mycila license-maven-plugin @@ -347,7 +318,7 @@ limitations under the License. true docker-hub - ${docker.push.registry}/onap/${project.name} + ${docker.push.registry}/onap/${docker.name} ${docker.location} latest @@ -355,6 +326,21 @@ limitations under the License. true + + + org.apache.maven.plugins + maven-deploy-plugin + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + org.apache.maven.plugins + maven-site-plugin +