X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=335e03973c1c97b6e2a90bf4603b30e7f43daa07;hb=cf7bc40fea072ad0a62e73b0091a4ebf87756510;hp=9152057316b3adef988cd04042fb95383f893587;hpb=72914f507d3e4f9d6818fad66e986b11b1a657b4;p=aai%2Frouter-core.git diff --git a/pom.xml b/pom.xml index 9152057..335e039 100644 --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,11 @@ limitations under the License. org.onap.aai.router-core router-core bundle - 1.3.0-SNAPSHOT + 1.4.1-SNAPSHOT aai-router-core google_checks.xml - 1.3.0 + 1.4.0 java jacoco @@ -43,6 +43,7 @@ limitations under the License. false ${project.version} 2.22.1 + 0.70 @@ -79,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 @@ -86,14 +93,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 +114,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 @@ -132,12 +139,12 @@ limitations under the License. org.springframework spring-context - 4.3.0.RELEASE + 4.3.18.RELEASE org.springframework spring-test - 4.3.0.RELEASE + 4.3.18.RELEASE test @@ -228,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} + + + + + + +