diff options
Diffstat (limited to 'STALService')
-rw-r--r-- | STALService/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/STALService/pom.xml b/STALService/pom.xml index 334a2ab0..f404b789 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -19,5 +19,22 @@ <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file |