diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2023-01-26 10:07:32 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2023-01-26 10:07:32 -0600 |
commit | deaad0775a0672cbca27d6afba6a642a53dbc971 (patch) | |
tree | f4289c91c90aca5c859e855576ad6747500c069e /policy-core/pom.xml | |
parent | ef2a86add9cac393a23e4a0b8980a339760860a3 (diff) |
Upgrade drools libs from 7.x to 8.x
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Issue-ID: POLICY-4498
Change-Id: Ifb0e19107522ac0248f308a1fb804c0c98764e1b
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r-- | policy-core/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 9462cd66..3e76199a 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2021, 2023 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. Modifications Copyright (C) 2020,2022 Nordix Foundation. ================================================================================ @@ -72,11 +72,21 @@ <dependency> <groupId>org.drools</groupId> + <artifactId>drools-engine</artifactId> + </dependency> + + <dependency> + <groupId>org.drools</groupId> <artifactId>drools-core</artifactId> </dependency> <dependency> <groupId>org.drools</groupId> + <artifactId>drools-xml-support</artifactId> + </dependency> + + <dependency> + <groupId>org.drools</groupId> <artifactId>drools-persistence-jpa</artifactId> <!-- Exclude this because it's incompatible with eclipselink, which already |