aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
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>