aboutsummaryrefslogtreecommitdiffstats
path: root/policy-utils/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-08-01 14:00:57 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-08-01 14:03:21 +0100
commitf6d8e60eb75733cf9996bffb3c6ecb586f377da6 (patch)
treedd5c096965bd37d2914ab0e17dd511bd5029ac00 /policy-utils/pom.xml
parent4ec22933a69bcf5d2031d3c76fb32d1c50e0d7e1 (diff)
Fix Drools-Apps executing policies
- hibernate dependencies were causing conflicts; updated to latest hibernate-core with all the required deps. - adjusted some variables to be correctly read by properties parser. - added STDOUT option to logback.xml to be able to get logs from controllers/features when using docker logs command. Issue-ID: POLICY-4955 Change-Id: Id3475fc77a63c46697c437bd413ebc1f97b731af Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-utils/pom.xml')
-rw-r--r--policy-utils/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml
index 14832417..319711a1 100644
--- a/policy-utils/pom.xml
+++ b/policy-utils/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
- <version>2.8.0</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>