X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=blobdiff_plain;f=pom.xml;h=9fe273b78da64d62eefd35393be475d068490d4e;hp=52009f5aa8fc765b224bfe3b4c9f28c3d9685b18;hb=837cbcdc2562c0cd041ed558d05bb7dbba4be603;hpb=0c19b1386259b7144bc6c95954f965c469835522 diff --git a/pom.xml b/pom.xml index 52009f5..9fe273b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ limitations under the License. com.att.ajsc 2.0.0 + org.onap.aai.gizmo gizmo 1.2.0-SNAPSHOT @@ -68,10 +69,10 @@ limitations under the License. false ${project.version} + 1.3 - dom4j dom4j @@ -83,8 +84,8 @@ limitations under the License. com.att.aft dme2 3.1.200 - provided + commons-io commons-io @@ -99,29 +100,29 @@ limitations under the License. - org.onap.aai.logging-service - common-logging - 1.2.2 + org.onap.aai.logging-service + common-logging + 1.2.2 - - org.glassfish.jersey.core - jersey-client - 2.23 - - ch.qos.logback - logback-core - 1.1.7 + org.glassfish.jersey.core + jersey-client + 2.23 - - org.onap.aai.event-client - event-client-dmaap - 1.2.1 + + ch.qos.logback + logback-core + 1.1.7 - org.onap.aai.aai-common - aai-schema - 1.2.1 + org.onap.aai.event-client + event-client-dmaap + 1.2.1 + + + org.onap.aai.aai-common + aai-schema + 1.2.1 org.onap.aai.aai-common @@ -141,13 +142,13 @@ limitations under the License. - org.onap.aai.aai-common - aai-auth - 1.2.1 + org.onap.aai.aai-common + aai-auth + 1.2.1 - org.eclipse.persistence + org.eclipse.persistence eclipselink 2.6.2 @@ -155,38 +156,38 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 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.2.3 - provided - - - org.slf4j - slf4j-log4j12 - - - org.slf4j - jcl-over-slf4j - - - - - + + + + org.apache.tinkerpop + gremlin-core + 3.2.3 + provided + + + org.slf4j + slf4j-log4j12 + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.tinkerpop tinkergraph-gremlin 3.2.3 @@ -203,35 +204,46 @@ limitations under the License. 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} + ${project.artifactId} org.apache.maven.plugins @@ -256,7 +268,7 @@ limitations under the License. - ${basedir}/src/main/bin/ + ${basedir}/src/main/bin/ @@ -265,23 +277,23 @@ limitations under the License. - com.spotify - docker-maven-plugin - 0.4.11 - - true - docker-hub - ${docker.push.registry}/onap/${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 maven-site-plugin @@ -317,7 +329,7 @@ limitations under the License. - checkstyle + checkstyle @@ -327,39 +339,39 @@ limitations under the License. - 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 + + + + + @@ -502,19 +514,19 @@ limitations under the License. - - 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} +