X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sparkybe-onap-service%2Fpom.xml;h=51948b49b8d3f6b0d05d1002227b989c9ca6418f;hb=a2c2ad9eb342a0df5c28c8793a8610335a064a1f;hp=69d588411814df502f56dcaee5cec5fad23d2f8a;hpb=e80b8bb943c0a1b4103839245715c5433facdd60;p=aai%2Fsparky-be.git diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 69d5884..51948b4 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -4,12 +4,12 @@ org.springframework.boot spring-boot-starter-parent - 1.5.10.RELEASE + 1.5.15.RELEASE 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 + 2.20.3 ${basedir}/ + 1.3.0-SNAPSHOT + 1.3.0-SNAPSHOT + /content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version} + https://nexus.onap.org @@ -40,13 +44,11 @@ import - - ch.qos.logback - logback-classic - 1.2.1 - - - + + ch.qos.logback + logback-classic + 1.2.3 + @@ -99,6 +101,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 + @@ -176,7 +182,7 @@ some of the depedencies should probably have a scope of provided so they don't a com.google.guava guava - 19.0 + 26.0-jre @@ -188,9 +194,10 @@ some of the depedencies should probably have a scope of provided so they don't a - dom4j + org.dom4j dom4j provided + 2.1.1 @@ -214,13 +221,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 +332,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 +581,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/ + + + +