X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=b3280bad7bcf2bf8380f2489e9d97173c25662a9;hb=10c04810902a100fbeba93dda5b13329ada39117;hp=fc5dd836c2d1d47c24edba04d980640a088a7649;hpb=5cff9dc18b6db6b47f0a137f7f83a3e1817413fa;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index fc5dd83..b3280ba 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - /appl/${project.artifactId}/${project.version} aaiadmin aaiadmin com.att.csid.lab + 1.4.1-SNAPSHOT - 0 9502 @@ -67,13 +68,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 +92,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 +104,13 @@ 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,29 +158,41 @@ 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.4.0-SNAPSHOT + org.json json @@ -209,16 +225,86 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 1.2.1 - + + 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} + + + + @@ -246,6 +332,18 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + maven-surefire-plugin + 2.21.0 + + + ${project.basedir} + ${project.basedir}/src/test/resources/config + ${project.basedir}/src/test/resources/spring-beans + ${shemaUnpackVersion} + + + org.apache.maven.plugins maven-resources-plugin @@ -282,11 +380,43 @@ limitations under the License. **/* + + ${basedir}/config + true + + schema/** + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + initialize + + unpack + + + + + org.onap.aai.aai-common + aai-schema + ${version.aai-schema} + jar + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm + + + + + + com.spotify docker-maven-plugin @@ -303,12 +433,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 +514,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents