X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sparkybe-onap-service%2Fpom.xml;h=5527f71329a1ade9b7d91165ea1a4bd94dde25e1;hb=31b6fc47e12dd137d3a691b20ed4a34df41ac8a4;hp=470ef950367be11703acc55d8eba1e12a46edefd;hpb=742d6dd846c62a273e477eb458ddeb5338ef2df6;p=aai%2Fsparky-be.git diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 470ef95..5527f71 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -9,7 +9,7 @@ org.onap.aai.sparky-be sparkybe-onap-service - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT jar @@ -17,12 +17,16 @@ 0.7.9 org.onap.aai sparky-fe - 1.2.0 + 1.3.0-SNAPSHOT 9517 8000 https://nexus.onap.org 2.20.0 ${basedir}/ + 1.2.4 + 1.2.4 + /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} + https://nexus.onap.org @@ -40,12 +44,6 @@ import - - ch.qos.logback - logback-classic - 1.2.1 - - @@ -99,6 +97,10 @@ some of the depedencies should probably have a scope of provided so they don't a ch.qos.logback logback-classic + + org.slf4j + log4j-over-slf4j + @@ -214,13 +216,25 @@ some of the depedencies should probably have a scope of provided so they don't a org.onap.aai.aai-common aai-schema - 1.2.2-SNAPSHOT + ${version.aai-schema} + + org.onap.aai.aai-common + aai-schema-ingest + ${version.aai.aai-schema-ingest} + + + org.slf4j + slf4j-log4j12 + + + + org.onap.aai rest-client - 1.2.1 + 1.3.0-SNAPSHOT @@ -313,6 +327,12 @@ some of the depedencies should probably have a scope of provided so they don't a 1.6.2 test + + javax.inject + javax.inject + 1 + test + org.hamcrest @@ -556,20 +576,72 @@ some of the depedencies should probably have a scope of provided so they don't a --> - - - - + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging + + + + + + + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + ecomp-releases ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-staging + ECOMP Staging Repository + ${onap.nexus.url}/content/repositories/staging/ - + ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - + ${onap.nexus.url}/content/repositories/snapshots/ + + + +