From 12142469280ab15d3c38802e6be7d7676435c2b9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 14 Mar 2024 21:48:25 +0000 Subject: Make drools-pdp work with drools and java versions compatible with current DRL rules files syntax. Issue-ID: POLICY-4857 Change-Id: If4b385bdef865d07114b8ea0e69abb4589f3a97b Signed-off-by: adheli.tavares --- policy-core/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'policy-core/pom.xml') diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 95e13945..35e64a76 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -5,7 +5,7 @@ ================================================================================ Copyright (C) 2017-2021, 2023 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. - Modifications Copyright (C) 2020,2022-2023 Nordix Foundation. + Modifications Copyright (C) 2020,2022-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ org.apache.ant ant - 1.10.13 + 1.10.14 @@ -115,17 +115,14 @@ com.sun.xml.bind jaxb-xjc - 4.0.3 com.sun.xml.bind jaxb-core - 4.0.3 com.sun.xml.bind jaxb-impl - 4.0.3 jakarta.activation @@ -139,6 +136,10 @@ jakarta.xml.bind jakarta.xml.bind-api + + org.glassfish.hk2.external + javax.inject + -- cgit 1.2.3-korg