summaryrefslogtreecommitdiffstats
path: root/policy-core/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-09-10 10:23:56 -0400
committerJim Hahn <jrh3@att.com>2018-09-10 14:30:28 -0400
commit6c11303e4a4af3df99754a7c7028284231961fe5 (patch)
tree064c9ec0c89ceda2a7ec04b73a07d45e424a0797 /policy-core/pom.xml
parent3da4ae9c1967442b015ce9740e3d46d32fcd4d26 (diff)
Switch to drools 7.9.0.Final
Note: This will break policy/drools-applications until the corresponding change is merged there, too. Reformatted lengthy line. Change-Id: I4ae7838dfbc2d537580636eccc545710b5ebc799 Issue-ID: POLICY-1093 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r--policy-core/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 8cbef405..7ef9608e 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -60,12 +60,12 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-api</artifactId>
- <version>6.5.0.Final</version>
+ <version>7.9.0.Final</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
- <version>6.5.0.Final</version>
+ <version>7.9.0.Final</version>
<!--
Issue: 2 of 2
Excluding these 2 dependencies in order to force upgrade security fixes
@@ -90,12 +90,12 @@
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
- <version>6.5.0.Final</version>
+ <version>7.9.0.Final</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-persistence-jpa</artifactId>
- <version>6.5.0.Final</version>
+ <version>7.9.0.Final</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>