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-SDK-APP/pom.xml | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'ONAP-SDK-APP') diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index fa41d92fe..c3c595c53 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -61,14 +61,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - org.apache.maven.plugins maven-surefire-plugin @@ -201,6 +193,14 @@ org.onap.portal.sdk epsdk-core + + org.apache.xmlbeans + xmlbeans + + + dom4j + dom4j + @@ -253,6 +253,22 @@ org.springframework spring-webmvc + + xerces + xercesImpl + + + xalan + xalan + + + xml-apis + xml-apis-ext + + + xom + xom + @@ -296,6 +312,10 @@ org.springframework spring-webmvc + + xalan + xalan + -- cgit 1.2.3-korg