From: Pamela Dragosh Date: Thu, 22 Feb 2018 16:58:47 +0000 (-0500) Subject: Force dependency upgrade and exclusions X-Git-Tag: v1.2.0~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e0d71bb74647e5d87b14ede07c30d07c3fb0f5fe;p=policy%2Fdrools-pdp.git Force dependency upgrade and exclusions LCM security issues are identified with plexus-utils and xstream. There is no clear upgrade to the org.kie.* dependencies with a fix for both of these. We will determine via testing as to whether these exclusions will result in failure. Issue-ID: POLICY-506 Change-Id: I9cefb814bb11a9babc4e4a2e47071ab74a46c011 Signed-off-by: Pamela Dragosh --- diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 4bfd23ad..8cecd362 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -31,6 +31,23 @@ + + + org.codehaus.plexus + plexus-utils + 3.0.24 + + + com.thoughtworks.xstream + xstream + 1.4.10 + + org.kie kie-api @@ -40,6 +57,22 @@ org.kie kie-ci 6.5.0.Final + + + + org.codehaus.plexus + plexus-utils + + + com.thoughtworks.xstream + xstream + + org.drools diff --git a/pom.xml b/pom.xml index a279481b..d6f32bd4 100644 --- a/pom.xml +++ b/pom.xml @@ -324,13 +324,6 @@ - - - org.jacoco - jacoco-maven-plugin - - -