X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=84dcd3c5530ca0d2f5208d6f3d6a20fea19b7f7b;hb=79a3b1eb2177c892687f51c5b23db4c0c2395a52;hp=636c6bc232f7de1c4cccc2537e4f4254fee0334f;hpb=47ce8146845f1a4cdf38e968b990facfbd68359e;p=aai%2Frouter-core.git diff --git a/pom.xml b/pom.xml index 636c6bc..84dcd3c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,17 +24,17 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.router-core router-core bundle - 1.3.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-router-core google_checks.xml - 1.3.0 + 1.5.0 java jacoco @@ -42,24 +42,69 @@ limitations under the License. ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 2.22.1 + 0.70 + 4.3.18.RELEASE + + + + + ch.qos.logback + logback-classic + 1.1.3 + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-expression + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + org.springframework + spring-test + ${springframework.version} + test + + + + org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel apt - 2.20.1 + ${camel-spring-boot.version} org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -78,6 +123,12 @@ limitations under the License. ${event.client.version} + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + + org.apache.httpcomponents httpclient @@ -85,14 +136,14 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.3.0-SNAPSHOT + 1.0.5 org.onap.aai.aai-common aai-schema-ingest - 1.2.2 + 1.4.1 @@ -106,20 +157,20 @@ limitations under the License. org.eclipse.jetty jetty-security - 9.3.8.RC0 + 9.3.24.v20180605 org.onap.aai rest-client - 1.1.0 + 1.2.1 org.apache.camel camel-test - 2.20.1 + ${camel-spring-boot.version} test @@ -128,6 +179,17 @@ limitations under the License. 1.10.19 test + + org.springframework + spring-context + 4.3.18.RELEASE + + + org.springframework + spring-test + 4.3.18.RELEASE + test + install @@ -193,15 +255,8 @@ limitations under the License. 3.6 - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${onap.nexus.url} - 176c31dfe190a - ecomp-staging - + org.apache.maven.plugins + maven-deploy-plugin org.codehaus.mojo @@ -216,16 +271,30 @@ limitations under the License. true + - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - + default-check + + check + + + ${sonar.jacoco.reportPath} + + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + +