From e0d71bb74647e5d87b14ede07c30d07c3fb0f5fe Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 22 Feb 2018 11:58:47 -0500 Subject: 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 --- policy-core/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'policy-core/pom.xml') 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 -- cgit 1.2.3-korg