aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-03-26 20:40:26 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-26 20:40:26 +0000
commite5d710f116218207a310cb3ec1b5d533a5ba7a96 (patch)
tree7d893dcd322c0e3862afa3f84303c6831ed767f0 /policy-core/pom.xml
parent52bfbabd9f99e484a01d38b1dddef3366491bdb0 (diff)
parentdb12e7cd46a0e02d12a33f3d2be1f1941db9ff95 (diff)
Merge "Upgrade jar version to resolve security risk"
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>