From 0102a5219ebfa0a878f1ac3b03e897ca967518bc Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 31 Aug 2020 13:47:31 +0000 Subject: Add jaxb implementation dependencies Add JAXB implementation dependencies (needed for Java 11). Issue-ID: CCSDK-2710 Signed-off-by: Dan Timoney Change-Id: I27b5c50425aa9c2091486e087542de16cb254e0c --- sli/common/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sli') diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 656f2049..b0529db3 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -79,6 +79,14 @@ javax.xml.bind jaxb-api + + com.sun.xml.bind + jaxb-core + + + com.sun.xml.bind + jaxb-impl + junit -- cgit 1.2.3-korg