aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/pom.xml
diff options
context:
space:
mode:
authorJoseph Chou <jc2555@att.com>2020-03-25 18:12:12 -0400
committerJoseph Chou <jc2555@att.com>2020-03-25 18:16:10 -0400
commitdb12e7cd46a0e02d12a33f3d2be1f1941db9ff95 (patch)
tree35635d80470d514421101e090b0b65aefdcd8666 /policy-core/pom.xml
parent2c7a0d5541ba37af068782b0af0482e41f1d4941 (diff)
Upgrade jar version to resolve security risk
Upgrade ant, hibernate-core and commons-configuration Issue-ID: POLICY-2439 Change-Id: I6c22e634e81850ed97c6214ffc202eb68007b8b3 Signed-off-by: Joseph Chou <jc2555@att.com>
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r--policy-core/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml
index 7f20b58e..d885f6f5 100644
--- a/policy-core/pom.xml
+++ b/policy-core/pom.xml
@@ -43,6 +43,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.12</version>
+ </dependency>
+
+ <dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
<!--
@@ -56,6 +62,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </exclusion>
</exclusions>
</dependency>