X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=85da8ae2ceaae0a44d93ea0ebcb1e1f424971235;hb=2db158026b5cb1032f62a5801a67d6f16e8bf253;hp=eb3df8db7b3b3359f4c2fb9f739f5e1a272a94b7;hpb=7f9a78311572a9c688b0adf8954f1dadcca0fd03;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index eb3df8d..85da8ae 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 @@ -66,9 +66,27 @@ limitations under the License. ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} + 1.2.3 + 16.0.1 + onap + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} + org.apache.camel camel-spring-boot-starter @@ -76,7 +94,7 @@ limitations under the License. org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel @@ -85,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 @@ -104,7 +121,7 @@ limitations under the License. javax.ws.rs javax.ws.rs-api - 2.0.1 + 2.1 org.powermock @@ -113,6 +130,12 @@ limitations under the License. test + + org.assertj + assertj-core + 3.10.0 + test + org.powermock powermock-api-mockito @@ -134,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 @@ -177,7 +217,7 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.1.0 + 1.2.2 @@ -192,10 +232,10 @@ limitations under the License. 1.1.0 - - ch.qos.logback - logback-core - 1.1.7 + + com.google.guava + guava + ${version.com.google.guava} @@ -203,6 +243,72 @@ limitations under the License. ${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} + + + + @@ -266,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 @@ -287,12 +425,27 @@ limitations under the License. - + org.sonatype.plugins nexus-staging-maven-plugin @@ -353,7 +506,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents