diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-04-10 14:12:28 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-04-10 14:41:20 +0100 |
commit | 5bd2e9091fa75bc41fce1667f5deb46ac5e94380 (patch) | |
tree | e493c0c7ae2695c42058cbdb5fc2488c94e7b267 /policy-core | |
parent | 12142469280ab15d3c38802e6be7d7676435c2b9 (diff) |
Dependency management update
- including dependencies to pom.xml files only where they are used,
avoiding extra dependencies being added in all packages.
Issue-ID: POLICY-4945
Change-Id: I376ea0763190d55f254dc8f88b6fa5b89354e8b9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-core')
-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> |