X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=8829d64081a3201ecd458ed5c68178b5bec6768f;hb=1a189c3f0c35dbf71506bd5d0dd6f7b4ad494123;hp=e67e4ca130753eddfe0d203427588100acc5bbd2;hpb=7d9b7485c6c884dc17d199d3066d5db4160e1853;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index e67e4ca..8829d64 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,24 @@ + ============LICENSE_START========================================== + org.onap.aai + =================================================================== + Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright © 2017-2018 Amdocs + =================================================================== + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END============================================ + --> + 4.0.0 @@ -30,7 +32,6 @@ org.onap.aai.model-loader model-loader 1.2.0-SNAPSHOT - aai-model-loader ${basedir}/target @@ -41,10 +42,23 @@ /appl/${project.artifactId}/${project.version} ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} + 2.0.1 + 3.6 + 1.1 + 1.14 + 2.8.1 + 1.10.19 + 1.6.2 + 1.1.1 + 1.18 + 2.7 + 1.3 + 0.7.9 + - 0 + 9500 0 @@ -67,6 +81,8 @@ false ${project.version} https://nexus.onap.org + 1.2.0-SNAPSHOT + 1.2.1 @@ -83,22 +99,68 @@ + + org.onap.aai + babel + ${babel.version} + client + + + * + * + + + + + javax.ws.rs + javax.ws.rs-api + ${javax.ws.rs-api.version} + + + javax.ws.rs + jsr311-api + ${jsr311-api.version} + + + + com.sun.jersey + jersey-client + ${jersey-client.version} + + + org.onap.aai + rest-client + ${aai.rest.client.version} + + + com.google.code.gson + gson + ${gson.version} + + + + + org.hamcrest + hamcrest-all + ${hamcrest-all.version} + test + org.mockito - mockito-all - 1.10.19 + mockito-core + ${mockito.version} test org.powermock powermock-module-junit4 - 1.6.2 + ${powermock.version} test org.powermock powermock-api-mockito - 1.6.2 + ${powermock.version} test @@ -113,6 +175,17 @@ + + org.javassist + javassist + 3.19.0-GA + + + com.fasterxml.jackson.core + jackson-core + ${fasterxml.version} + + javax.xml.bind @@ -140,16 +213,18 @@ 2.6.2 compile + - com.sun.jersey - jersey-client - 1.18 + com.mikesamuel + json-sanitizer + 1.2.0 + org.onap.aai.logging-service common-logging - 1.1.0 + 1.2.2 ch.qos.logback @@ -159,7 +234,7 @@ org.openecomp.sdc.sdc-distribution-client sdc-distribution-client - 1.1.32 + 1.2.2 org.apache.httpcomponents @@ -169,7 +244,7 @@ org.json json - 20131018 + 20131018 org.eclipse.jetty @@ -179,13 +254,38 @@ org.springframework spring-webmvc - 4.0.0.RELEASE jline jline 2.12.1 + + org.yaml + snakeyaml + 1.18 + + + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + commons-io + commons-io + + + org.apache.commons + commons-lang3 + ${apache.lang3.version} + + + org.apache.commons + commons-text + ${apache.commons-text.version} + @@ -386,31 +486,35 @@ org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - -noverify ${argLine} - - - - org.codehaus.mojo - jaxb2-maven-plugin - 2.2 + maven-dependency-plugin + 2.8 - xjc + copy-agent + process-test-classes - xjc + copy + + + + org.powermock + powermock-module-javaagent + 1.6.2 + ${project.build.directory}/agents + powermock-javaagent.jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 - false - ${project.build.directory}/generated-sources - - ${project.basedir}/src/main/resources/schema - - true + -noverify ${argLine} @@ -477,26 +581,26 @@ 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 + ${version.jacoco.maven.plugin} + + + jacoco-initialize-unit-tests + + prepare-agent + + + + report + package + + report + + + + org.sonatype.plugins nexus-staging-maven-plugin @@ -511,5 +615,4 @@ -