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 --- POLICY-SDK-APP/pom.xml | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) (limited to 'POLICY-SDK-APP') diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 9c8716b6d..14179fafc 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -36,13 +36,6 @@ false - - maven-compiler-plugin - - 1.8 - 1.8 - - org.apache.maven.plugins maven-surefire-plugin @@ -114,13 +107,28 @@ org.springframework spring-webmvc + + xalan + xalan + + + xml-apis + xml-apis-ext + + + xom + xom + + + xml-apis + xml-apis + org.springframework spring-core - ${springframework.version} commons-logging @@ -136,12 +144,10 @@ org.springframework spring-web - ${springframework.version} org.springframework spring-webmvc - ${springframework.version} org.springframework @@ -158,6 +164,12 @@ org.hibernate hibernate-core ${hibernate.version} + + + xml-apis + xml-apis + + org.hibernate @@ -243,6 +255,10 @@ com.att.aft dme2 + + xml-apis + xml-apis + @@ -264,6 +280,12 @@ org.apache.poi poi-ooxml 3.17 + + + org.apache.xmlbeans + xmlbeans + + -- cgit 1.2.3-korg