X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e084eb7817f3e9c95c4c546a2c80e63960f1227b;hb=6370ab3f025ef4bb67246ee70b90792343bad293;hp=eeb3ce07293e4490f489b3fc6472289c6a127de7;hpb=4724f965f5a89a3e0169bf1d33dd356158332d36;p=aai%2Frouter-core.git diff --git a/pom.xml b/pom.xml index eeb3ce0..e084eb7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + - 4.0.0 org.onap.oparent oparent - 1.1.0 + 1.2.0 org.onap.aai.router-core router-core bundle - 1.3.0-SNAPSHOT + 1.5.0-SNAPSHOT aai-router-core google_checks.xml - 1.3.0 + 1.5.0 java jacoco @@ -42,18 +42,20 @@ limitations under the License. ${project.build.directory}/code-coverage/jacoco-ut.exec false ${project.version} + 2.22.1 + 0.70 org.apache.camel camel-core - 2.20.1 + ${camel-spring-boot.version} org.apache.camel apt - 2.20.1 + ${camel-spring-boot.version} @@ -78,6 +80,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 +93,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 +114,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 +136,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 @@ -216,16 +235,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} + + + + + + +