diff options
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r-- | policy-core/pom.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 35e64a76..948a3f14 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -51,20 +51,14 @@ </dependency> <dependency> + <groupId>org.mvel</groupId> + <artifactId>mvel2</artifactId> + <version>2.5.2.Final</version> + </dependency> + + <dependency> <groupId>org.kie</groupId> <artifactId>kie-ci</artifactId> - <!-- - Issue: 2 of 2 - Excluding these 2 dependencies in order to force upgrade security fixes - identified. As declared above. Any changes here should be reflected above - and vice versa. - --> - <exclusions> - <exclusion> - <groupId>org.apache.ant</groupId> - <artifactId>ant</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> |