X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1d38a65262a0303b75cd03074fb423cc3c63ee3c;hb=4fe8f3b565adad0e9964481904ce953d0eef5f7a;hp=fc5dd836c2d1d47c24edba04d980640a088a7649;hpb=2857310c33726032ce77449d91e87864e6bf4108;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index fc5dd83..1d38a65 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,13 +67,11 @@ limitations under the License. false ${project.version} 1.2.3 + 16.0.1 + onap - - org.springframework.boot - spring-boot-starter-jersey - ch.qos.logback logback-core @@ -93,7 +91,11 @@ limitations under the License. org.apache.camel camel-spring-boot-starter - + + org.apache.camel + camel-core + ${camel-spring-boot.version} + org.apache.camel camel-servlet-starter @@ -101,13 +103,14 @@ 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 spring-boot-starter @@ -119,13 +122,8 @@ limitations under the License. javax.ws.rs javax.ws.rs-api - 2.0.1 + 2.1 - - org.eclipse.jetty - jetty-security - 9.3.8.RC0 - org.powermock powermock-module-junit4 @@ -133,6 +131,12 @@ limitations under the License. test + + org.assertj + assertj-core + 3.10.0 + test + org.powermock powermock-api-mockito @@ -154,11 +158,11 @@ limitations under the License. test - dom4j - dom4j - 1.6.1 - provided - + org.dom4j + dom4j + provided + 2.1.1 + com.att.aft @@ -166,17 +170,34 @@ limitations under the License. 3.1.200 provided - - org.onap.aai.aai-common - aai-schema - 1.2.2-SNAPSHOT - + + + + + + + + + + + + + + + + org.onap.aai.router-core router-core - 1.1.0 + 1.3.0 + + org.onap.aai.aai-common + aai-schema-ingest + 1.3.0 + + org.json json @@ -212,13 +233,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} + + + + @@ -282,11 +373,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 @@ -303,12 +426,27 @@ limitations under the License. - - com.mycila license-maven-plugin - 3.0
License.txt
- src/main/java/** src/test/java/** -
format - process-sources
+ org.sonatype.plugins nexus-staging-maven-plugin @@ -369,7 +507,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents