summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-01 01:15:51 +0100
committerSven Gothel <[email protected]>2019-12-01 01:15:51 +0100
commitfc87caedbd3743b370a272f39ef15bfd32bfd3f5 (patch)
treeb7f386af93cee579aa18fdbea8bf7b44464a9840
parent23b7f10cdbb6fecc6d2a04eee318c57c11cb73d4 (diff)
Adding javax.xml.* and com.sun.xml.* -> jaxb* dependencies for Java 11
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b8a49b..2283317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,21 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>