From f7222f85e8c472e0d434d96191930dc989452e87 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 31 Oct 2019 11:36:17 -0500 Subject: upgrade to 7.28.0.Final drools libraries commons-lang does not seem to be packaged anymore (commons-lang3 still does, which is the desired one). There are some @SupressWarning that seem to have no effect that were removed. Some libraries that were explicitly added are transitively used now in the latest version of drools, hence some rework in the dependency and exclude sections. We will need to generate a clm report to verify. Issue-ID: POLICY-1407 Signed-off-by: jhh Change-Id: I44e09183caca72f5f33bdec0b8fa88b0b4793055 Signed-off-by: jhh --- policy-core/pom.xml | 73 +++++++++++++++-------------------------------------- 1 file changed, 20 insertions(+), 53 deletions(-) (limited to 'policy-core/pom.xml') diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 7497a34c..25b099c0 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -30,129 +30,96 @@ 1.6.0-SNAPSHOT - - 3.6.1 - - - + org.codehaus.plexus plexus-utils - 3.0.24 - - - com.thoughtworks.xstream - xstream - - - com.google.guava - guava - - - - com.google.protobuf - protobuf-java - ${protobuf.version} org.kie kie-api - 6.5.0.Final + org.kie kie-ci - 6.5.0.Final - + org.codehaus.plexus plexus-utils - - com.thoughtworks.xstream - xstream - - - com.google.guava - guava - - - com.google.protobuf - protobuf-java - + org.drools drools-core - 6.5.0.Final + org.drools drools-persistence-jpa - 6.5.0.Final - - - com.google.protobuf - protobuf-java - - + org.onap.policy.common capabilities ${policy.common.version} + org.onap.policy.common utils ${policy.common.version} + org.onap.policy.drools-pdp policy-utils ${project.version} + org.projectlombok lombok provided + junit junit test + org.powermock powermock-api-mockito test + org.assertj assertj-core test + org.onap.policy.common utils-test ${policy.common.version} test + + -- cgit 1.2.3-korg