From 200d0d7c43413b83ca95ca3b99c3927f4dfbdafa Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 26 Jan 2023 09:48:54 -0600 Subject: [PATCH] Upgrade drools libs from 7.x to 8.x Signed-off-by: jhh Issue-ID: POLICY-4498 Change-Id: I3fa5f2fd45531880b26419b82c27ba059367b40a --- integration/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index da478670..9e84e855 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -1,7 +1,7 @@ 1.7 @@ -570,6 +570,16 @@ drools-core ${version.drools} + + org.drools + drools-engine + ${version.drools} + + + org.drools + drools-xml-support + ${version.drools} + org.drools drools-persistence-jpa -- 2.16.6