From ce75201a88f6787c7f5aed265c32134e1a116761 Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Thu, 23 Jan 2020 15:28:35 -0600 Subject: policy/engine jdk11 junit and compilation error fixes Issue-ID: POLICY-1590 Change-Id: I0bbc6f7310705c20924812efc5be2b0f91cf71a2 Signed-off-by: HOCKLA --- PolicyEngineAPI/pom.xml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'PolicyEngineAPI') diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 94c06b79e..6fc135706 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -49,22 +49,6 @@ javax.activation-api 1.2.0 - - javax.xml.ws - jaxws-api - 2.3.1 - test - - - javax.xml - jaxp-api - 1.4.2 - - - javax.xml.parsers - jaxp-api - 1.4.5 - org.apache.httpcomponents httpclient @@ -114,6 +98,20 @@ org.onap.policy.engine ONAP-XACML ${project.version} + + + javax.xml.parsers + jaxp-api + + + xml-apis + xml-apis + + + javax.xml + jaxp-api + + -- cgit 1.2.3-korg