diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-01-24 10:42:29 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-01-24 10:42:29 +0100 |
commit | ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf (patch) | |
tree | 6cf31139c4af8d03d6c30916c2a7079179d8c4c3 /STALService | |
parent | 184df368ad28c1bf77fc40627ff46224937c0646 (diff) | |
download | mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.tar.gz mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.tar.bz2 mocca-ed35a5e8e6edb213be2f56fe9d0c156bd175cdaf.zip |
updates to use java compiler from Java 9 package
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 |