X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=blobdiff_plain;f=pom.xml;h=d1b680a856dd6a8ff9d3bbf51bde51bb16daaf87;hp=03c5d8d8eb0389c9d19ff1759daad28dd94d67d7;hb=1161099a2c332ec9ac835ec97363fe918edbb66b;hpb=b1d37744d554c76e6bcd56df3e9e4e0c6120c284 diff --git a/pom.xml b/pom.xml index 03c5d8d..d1b680a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - /appl/${project.artifactId}/${project.version} @@ -49,8 +49,8 @@ limitations under the License. aaiadmin com.att.csid.lab - 0 9502 @@ -67,6 +67,8 @@ limitations under the License. false ${project.version} 1.2.3 + 16.0.1 + onap @@ -92,7 +94,7 @@ limitations under the License. org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel @@ -101,13 +103,12 @@ limitations under the License. org.apache.camel camel-cxf - 2.20.1 + ${camel-spring-boot.version} org.springframework.boot spring-boot-starter-web - org.springframework.boot @@ -120,7 +121,7 @@ limitations under the License. javax.ws.rs javax.ws.rs-api - 2.0.1 + 2.1 org.powermock @@ -129,6 +130,12 @@ limitations under the License. test + + org.assertj + assertj-core + 3.10.0 + test + org.powermock powermock-api-mockito @@ -150,29 +157,46 @@ limitations under the License. test - dom4j - dom4j - 1.6.1 - provided - + org.dom4j + dom4j + provided + 2.1.1 + com.att.aft dme2 - 3.1.200 + 3.1.200-oss provided - - org.onap.aai.aai-common - aai-schema - 1.2.2-SNAPSHOT - + + + + + + + + + + + + + + + + org.onap.aai.router-core router-core - 1.1.0 + 1.3.1 + + org.onap.aai.aai-common + aai-schema-ingest + 1.3.0 + + org.json json @@ -208,13 +232,83 @@ limitations under the License. 1.1.0 - + + com.google.guava + guava + ${version.com.google.guava} + ${project.artifactId} + + + org.jacoco + jacoco-maven-plugin + + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${sonar.jacoco.itReportPath} + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${sonar.jacoco.itReportPath}/ + + ${jacoco.itPath} + + + + @@ -278,11 +372,43 @@ limitations under the License. **/* + + ${basedir}/config + true + + schema/** + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + prepare-package + + unpack + + + + + org.onap.aai.aai-common + aai-schema + 1.3.0 + jar + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm + + + + + + com.spotify docker-maven-plugin @@ -299,12 +425,27 @@ limitations under the License. - + org.sonatype.plugins nexus-staging-maven-plugin @@ -365,7 +506,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents