From a2c2ad9eb342a0df5c28c8793a8610335a064a1f Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Thu, 13 Sep 2018 11:57:01 -0400 Subject: [PATCH] Sonar fixes for camel and guava Issue-ID: AAI-1583 Change-Id: I440646a053fa1fd9bc9f879e27636ff7a514543a Signed-off-by: Arul.Nambi --- pom.xml | 8 +++++++- sparkybe-onap-application/pom.xml | 7 ++++--- sparkybe-onap-service/pom.xml | 7 ++++--- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 45466fc..6f7dde8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,13 @@ 4.0.0 - + + + org.onap.oparent + oparent + 1.2.0 + + org.onap.aai sparky-be 1.3.0-SNAPSHOT diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 983ea59..dbdeaef 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -22,7 +22,7 @@ 9517 8000 https://nexus.onap.org - 2.22.0 + 2.20.3 ${basedir}/ ${basedir}/target sparky-be @@ -190,7 +190,7 @@ com.google.guava guava - 19.0 + 26.0-jre @@ -200,9 +200,10 @@ - dom4j + org.dom4j dom4j provided + 2.1.1 diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 44a1f98..51948b4 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -21,7 +21,7 @@ 9517 8000 https://nexus.onap.org - 2.22.0 + 2.20.3 ${basedir}/ 1.3.0-SNAPSHOT 1.3.0-SNAPSHOT @@ -182,7 +182,7 @@ some of the depedencies should probably have a scope of provided so they don't a com.google.guava guava - 19.0 + 26.0-jre @@ -194,9 +194,10 @@ some of the depedencies should probably have a scope of provided so they don't a - dom4j + org.dom4j dom4j provided + 2.1.1 -- 2.16.6