aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml14
1 files 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 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2018-2022 AT&T. All rights reserved.
+ Modifications Copyright (C) 2018-2023 AT&T. All rights reserved.
Modifications Copyright (C) 2019-2022 Nordix Foundation.
Modifications Copyright (C) 2020-2022 Bell Canada.
================================================================================
@@ -54,7 +54,7 @@
<version.cucumber>7.9.0</version.cucumber>
<version.dmaap>1.1.12</version.dmaap>
<version.docker-java>3.2.14</version.docker-java>
- <version.drools>7.73.0.Final</version.drools>
+ <version.drools>8.32.0.Final</version.drools>
<version.eclipselink>2.7.8</version.eclipselink>
<!--version.eclipselink>4.0.0</version.eclipselink-->
<version.google-re2j>1.7</version.google-re2j>
@@ -572,6 +572,16 @@
</dependency>
<dependency>
<groupId>org.drools</groupId>
+ <artifactId>drools-engine</artifactId>
+ <version>${version.drools}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
+ <artifactId>drools-xml-support</artifactId>
+ <version>${version.drools}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
<version>${version.drools}</version>
</dependency>