From f94ea25a8a70681b6de2bbd21a0632ce4b60328e Mon Sep 17 00:00:00 2001 From: jimmy Date: Tue, 18 Feb 2020 12:13:04 -0500 Subject: [PATCH] Fix sonar settings Issue-ID: AAI-2793 Change-Id: Ie2756804e6a15e42d46d42b01ab86d31425f53fe Signed-off-by: Jimmy Forsyth --- pom.xml | 99 ++++-------------------------------------------------- version.properties | 2 +- 2 files changed, 7 insertions(+), 94 deletions(-) diff --git a/pom.xml b/pom.xml index 9d63ed5..7aa8701 100644 --- a/pom.xml +++ b/pom.xml @@ -22,72 +22,24 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 2.0.0 + org.onap.aai.aai-common + aai-parent + 1.6.6-SNAPSHOT org.onap.aai.router-core router-core bundle - 1.6.0-SNAPSHOT + 1.6.4-SNAPSHOT aai-router-core google_checks.xml 1.5.0 - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - false - ${project.version} - 2.22.1 0.70 - 4.3.18.RELEASE + 2.22.1 - - - - 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 @@ -132,13 +84,12 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5.5 org.onap.aai.schema-service aai-schema - 1.6.0 + 1.6.3 org.onap.aai.aai-common @@ -157,7 +108,6 @@ limitations under the License. org.eclipse.jetty jetty-security - 9.3.24.v20180605 @@ -176,18 +126,15 @@ limitations under the License. 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 @@ -263,40 +210,6 @@ limitations under the License. sonar-maven-plugin 3.2 - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - - - - default-check - - check - - - ${sonar.jacoco.reportPath} - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - - - diff --git a/version.properties b/version.properties index a0756ad..fe64195 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6