diff options
author | 2020-03-26 20:40:26 +0000 | |
---|---|---|
committer | 2020-03-26 20:40:26 +0000 | |
commit | e5d710f116218207a310cb3ec1b5d533a5ba7a96 (patch) | |
tree | 7d893dcd322c0e3862afa3f84303c6831ed767f0 /policy-core | |
parent | 52bfbabd9f99e484a01d38b1dddef3366491bdb0 (diff) | |
parent | db12e7cd46a0e02d12a33f3d2be1f1941db9ff95 (diff) |
Merge "Upgrade jar version to resolve security risk"
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/pom.xml | 10 |
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> |