diff options
author | Sven Gothel <[email protected]> | 2019-12-01 01:15:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-01 01:15:51 +0100 |
commit | fc87caedbd3743b370a272f39ef15bfd32bfd3f5 (patch) | |
tree | b7f386af93cee579aa18fdbea8bf7b44464a9840 | |
parent | 23b7f10cdbb6fecc6d2a04eee318c57c11cb73d4 (diff) |
Adding javax.xml.* and com.sun.xml.* -> jaxb* dependencies for Java 11
-rw-r--r-- | pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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> |