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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 520abd87..b61cbb8c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.0.1 + 3.1.0-SNAPSHOT -- cgit 1.2.3-korg