X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b71e6873c8b02afc156b8ef767b19ceabe8dcff6;hb=c5a93757e53149e611fb7379caaaa10809100463;hp=1fc4e33819eefcac6cebb3b8796ff2f9baba452d;hpb=3c5418d9095c79c5840ed4ee789380fa6567ac72;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index 1fc4e33..b71e687 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,24 @@ + + @@ -8,12 +29,14 @@ com.att.ajsc 2.0.0 + org.onap.aai.gizmo gizmo - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT aai-gizmo + ${basedir}/target crud-api v1 2.0.0 @@ -46,10 +69,10 @@ false ${project.version} + 1.3 - dom4j dom4j @@ -61,8 +84,8 @@ com.att.aft dme2 3.1.200 - provided + commons-io commons-io @@ -77,31 +100,39 @@ - org.openecomp.aai.logging-service - common-logging - 1.0.0 + org.onap.aai.logging-service + common-logging + 1.2.2 - - ch.qos.logback - logback-core - 1.1.7 + org.glassfish.jersey.core + jersey-client + 2.23 - - org.onap.aai.aai-common - aai-schema - 1.1.0-SNAPSHOT + ch.qos.logback + logback-core + 1.1.7 + + + org.onap.aai.event-client + event-client-dmaap + 1.2.1 + + + org.onap.aai.aai-common + aai-schema + 1.2.4 org.onap.aai.aai-common aai-utils - 1.1.0-SNAPSHOT + 1.2.4 org.onap.aai.aai-common aai-core - 1.1.0-SNAPSHOT + 1.2.4 * @@ -111,43 +142,41 @@ - org.onap.aai.aai-common - aai-auth - 1.1.0-SNAPSHOT + org.onap.aai.aai-common + aai-auth + 1.2.4 - org.eclipse.persistence + org.eclipse.persistence eclipselink 2.6.2 - - org.openecomp.aai - champ - 1.1.0-SNAPSHOT - compile - - - org.apache.hbase - hbase-client - - + org.onap.aai + rest-client + 1.2.1 - - + + net.dongliu + gson-java8-datatype + 1.0.3 + + com.jayway.jsonpath json-path 2.2.0 - - - org.apache.tinkerpop - gremlin-core - 3.0.1-incubating + + + + org.apache.tinkerpop + gremlin-core + 3.2.3 + provided - + org.slf4j slf4j-log4j12 @@ -157,56 +186,64 @@ - - - - + + org.apache.tinkerpop tinkergraph-gremlin - 3.0.1-incubating - test + 3.2.3 + provided - - org.json json - 20131018 + 20160212 junit junit - + + org.skyscreamer + jsonassert + 1.5.0 + test + + + org.hamcrest + hamcrest-library + ${version.org.hamcrest.hamcrest-library} + test + + - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-staging - ECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ - - + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + ${project.artifactId} org.apache.maven.plugins @@ -231,7 +268,7 @@ - ${basedir}/src/main/bin/ + ${basedir}/src/main/bin/ @@ -240,22 +277,23 @@ - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/openecomp/${project.artifactId} - ${docker.location} - - latest - - true - + com.spotify + docker-maven-plugin + 0.4.11 + + true + docker-hub + ${docker.push.registry}/onap/${project.artifactId} + ${docker.location} + + latest + + true + + org.apache.maven.plugins @@ -289,7 +329,7 @@ - checkstyle + checkstyle @@ -299,39 +339,39 @@ - org.apache.maven.plugins - maven-deploy-plugin - - true - + org.apache.maven.plugins + maven-deploy-plugin + + true + - org.codehaus.mojo - sonar-maven-plugin - 3.2 + org.codehaus.mojo + sonar-maven-plugin + 3.2 - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + @@ -474,19 +514,19 @@ - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-javadoc - dav:https://ecomp-nexus:8443/repository/aai/gizmo-javadoc/${project.version} - + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-javadoc + dav:https://ecomp-nexus:8443/repository/aai/gizmo-javadoc/${project.version} +