From: Lee, Tian (tl5884) Date: Wed, 29 Nov 2017 15:29:18 +0000 (+0000) Subject: Update dependency versions to latest release X-Git-Tag: v1.2.0~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=commitdiff_plain;h=46a2b5f7e2a7f7464ada02ceb11d0f01e58b4ed5 Update dependency versions to latest release sdc-distribution-client version updated to 1.1.32, common-logging version updated to 1.1.0 Change-Id: I04657cc7a6c65a01f822e05e0a462718f628ddb4 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) --- diff --git a/pom.xml b/pom.xml index c415360..51757f7 100644 --- a/pom.xml +++ b/pom.xml @@ -17,22 +17,21 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 - + ajsc-archetype-parent com.att.ajsc 2.0.0 - + org.onap.aai.model-loader model-loader 1.1.0-SNAPSHOT aai-model-loader - + ${basedir}/target model-loader @@ -60,14 +59,14 @@ provided google_checks.xml 1.8 - 1.8 - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - false - ${project.version} - https://nexus.onap.org + 1.8 + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + false + ${project.version} + https://nexus.onap.org @@ -82,6 +81,7 @@ ${nexusproxy}/content/repositories/snapshots/ + org.mockito @@ -149,18 +149,17 @@ org.onap.aai.logging-service common-logging - 1.2.0-SNAPSHOT + 1.1.0 ch.qos.logback logback-core 1.1.7 - org.openecomp.sdc.sdc-distribution-client - sdc-distribution-client - 1.1.50-SNAPSHOT + sdc-distribution-client + 1.1.32 org.apache.httpcomponents @@ -172,62 +171,59 @@ json 20131018 - - org.eclipse.jetty - jetty-security - 9.3.8.RC0 + org.eclipse.jetty + jetty-security + 9.3.8.RC0 + + + org.springframework + spring-webmvc + 4.0.0.RELEASE + + + jline + jline + 2.12.1 - - - org.springframework - spring-webmvc - 4.0.0.RELEASE - - - jline - jline - 2.12.1 - - - - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - - - - 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 + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + + 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/ + + + runAjsc @@ -340,7 +336,7 @@ - + @@ -377,10 +373,10 @@ com.spotify docker-maven-plugin 0.4.11 - + true docker-hub - ${docker.push.registry}/onap/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -418,7 +414,7 @@ maven-surefire-plugin 2.12.4 - -noverify ${argLine} + -noverify ${argLine} @@ -447,7 +443,7 @@ maven-compiler-plugin 3.1 - + @@ -471,9 +467,9 @@ - - - + + + com.mycila license-maven-plugin 3.0 @@ -494,52 +490,51 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - 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.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + 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.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + - + - - +