X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=84dcd3c5530ca0d2f5208d6f3d6a20fea19b7f7b;hb=79a3b1eb2177c892687f51c5b23db4c0c2395a52;hp=55770154c422d9bf279c7f637be4587f16315268;hpb=3643d007b40afce880347de24b3cf9a7607da97f;p=aai%2Frouter-core.git diff --git a/pom.xml b/pom.xml index 5577015..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.4.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-router-core google_checks.xml - 1.3.0 + 1.5.0 java jacoco @@ -43,7 +43,51 @@ limitations under the License. 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 @@ -60,7 +104,7 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 @@ -79,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 @@ -86,14 +136,14 @@ limitations under the License. - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.3.0 + 1.0.5 org.onap.aai.aai-common aai-schema-ingest - 1.3.0 + 1.4.1 @@ -107,13 +157,13 @@ 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 @@ -205,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 @@ -228,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} + + + + + + +