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 --- ONAP-PAP-REST/pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'ONAP-PAP-REST/pom.xml') diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 111c24201..377674abb 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -102,6 +102,10 @@ org.json json + + xml-apis + xml-apis + @@ -129,11 +133,6 @@ javax.activation-api 1.2.0 - - javax.xml - jaxp-api - 1.4.2 - commons-logging commons-logging @@ -246,6 +245,12 @@ org.hibernate hibernate-core ${hibernate.version} + + + xml-apis + xml-apis + + org.hibernate -- cgit 1.2.3-korg