X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=84dcd3c5530ca0d2f5208d6f3d6a20fea19b7f7b;hb=79a3b1eb2177c892687f51c5b23db4c0c2395a52;hp=15c10f65f31c341fa1932cc97f0ad2d73bce69c6;hpb=dc653785b35f2d955741e1e9c3858ca69f8834c4;p=aai%2Frouter-core.git diff --git a/pom.xml b/pom.xml index 15c10f6..84dcd3c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,40 @@ - + + 4.0.0 org.onap.oparent oparent - 1.0.0-SNAPSHOT + 2.0.0 org.onap.aai.router-core router-core bundle - 1.1.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-router-core google_checks.xml + 1.5.0 java jacoco @@ -21,51 +42,154 @@ ${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.15.5 + ${camel-spring-boot.version} org.apache.camel apt - 2.15.5 + ${camel-spring-boot.version} org.onap.aai.logging-service common-logging - 1.1.0 + 1.5.0 + + + org.onap.aai.event-client + event-client-api + ${event.client.version} + + + org.onap.aai.event-client + event-client-dmaap + ${event.client.version} + + + org.onap.aai.event-client + event-client-kafka + ${event.client.version} + + + + org.onap.aai.event-client + event-client-rabbitmq + ${event.client.version} + + - com.att.nsa - cambriaClient - 0.0.1 + org.apache.httpcomponents + httpclient + 4.5.5 + + + org.onap.aai.schema-service + aai-schema + 1.0.5 + + + org.onap.aai.aai-common + aai-schema-ingest + 1.4.1 + + + + + + + + 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.15.5 + ${camel-spring-boot.version} test + + org.mockito + mockito-all + 1.10.19 + test + + + org.springframework + spring-context + 4.3.18.RELEASE + + + org.springframework + spring-test + 4.3.18.RELEASE + test + install @@ -91,7 +215,7 @@ org.apache.felix maven-bundle-plugin - 2.3.7 + 2.5.4 true @@ -100,7 +224,8 @@ - + + + @@ -128,15 +255,8 @@ 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 @@ -151,16 +271,30 @@ 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} + + + + + + +