X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b71e6873c8b02afc156b8ef767b19ceabe8dcff6;hb=c5a93757e53149e611fb7379caaaa10809100463;hp=e5686f36f6f73922a83357b50c6b13b7030b3b84;hpb=3435321e01b7c997bd92b18c8681a870f9451d6c;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index e5686f3..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,35 +100,39 @@ - org.onap.aai.logging-service - common-logging - 1.1.0 + 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.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 * @@ -115,13 +142,13 @@ - org.onap.aai.aai-common - aai-auth - 1.2.0-SNAPSHOT + org.onap.aai.aai-common + aai-auth + 1.2.4 - org.eclipse.persistence + org.eclipse.persistence eclipselink 2.6.2 @@ -129,38 +156,38 @@ 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 @@ -177,35 +204,46 @@ 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 @@ -230,7 +268,7 @@ - ${basedir}/src/main/bin/ + ${basedir}/src/main/bin/ @@ -239,22 +277,23 @@ - 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 @@ -288,7 +329,7 @@ - checkstyle + checkstyle @@ -298,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 + + + + + @@ -473,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} +