X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=9c18f5eb6c393e0e4e09667f28ac57edd93ec11c;hb=ddebff31a76704d05d7d9fabe1733cc49d30216b;hp=d7179cf5c1becc447d0146c4077b2bb9ff3c54c2;hpb=4e901d497c9c82495cd008737467de82325f9a45;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index d7179cf..9c18f5e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - /appl/${project.artifactId}/${project.version} aaiadmin aaiadmin com.att.csid.lab + 1.5.1 - 0 9502 @@ -67,6 +68,9 @@ limitations under the License. false ${project.version} 1.2.3 + 16.0.1 + onap + 0.58 @@ -92,7 +96,7 @@ limitations under the License. org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel @@ -101,14 +105,23 @@ 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-tomcat + + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter @@ -120,7 +133,7 @@ limitations under the License. javax.ws.rs javax.ws.rs-api - 2.0.1 + 2.1 org.powermock @@ -129,6 +142,12 @@ limitations under the License. test + + org.assertj + assertj-core + 3.10.0 + test + org.powermock powermock-api-mockito @@ -150,29 +169,26 @@ 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 - + org.onap.aai.router-core router-core - 1.2.0 + 1.5.0 + org.json json @@ -193,28 +209,98 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 org.onap.aai.logging-service logging-api - 1.1.0 + 1.5.0 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} + + + + @@ -242,6 +328,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 @@ -278,11 +376,43 @@ limitations under the License. **/* + + ${basedir}/config + true + + schema/** + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + initialize + + unpack + + + + + org.onap.aai.schema-service + aai-schema + ${version.aai-schema} + jar + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm + + + + + + com.spotify docker-maven-plugin @@ -299,29 +429,30 @@ limitations under the License. - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - + org.apache.maven.plugins maven-deploy-plugin - - true - org.codehaus.mojo @@ -346,6 +477,28 @@ limitations under the License. + + default-check + + check + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + @@ -365,7 +518,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.5 org.apache.httpcomponents