aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-08-31 13:47:31 +0000
committerDan Timoney <dtimoney@att.com>2020-08-31 13:47:31 +0000
commit0102a5219ebfa0a878f1ac3b03e897ca967518bc (patch)
tree4a0c158afe5af61625a9dacd4d80af76ddc07682 /sli
parent4471a01b2c283d1141824ac45608b8224cc2bd68 (diff)
Add jaxb implementation dependencies
Add JAXB implementation dependencies (needed for Java 11). Issue-ID: CCSDK-2710 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I27b5c50425aa9c2091486e087542de16cb254e0c
Diffstat (limited to 'sli')
-rwxr-xr-xsli/common/pom.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>