summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-02 15:21:53 +0200
committergjoranv <gv@oath.com>2018-05-02 15:32:23 +0200
commit57466aab4b6e1371bc38fc654117b883cc23cd61 (patch)
tree0719554e7af357fc61869cf5d52549ad4394500d /container-dependency-versions
parentfe55812c90a3346e3a1b7e632a44f554a34cb854 (diff)
Java 9: Add jaxb-api dependency and remove some package references
- javax.xml classes are moved to module java.xml.ws ("which is not in the module graph") - The cert-k test bundle referenced a lot of packages that are moved to other modules, but are unlikely to be used.
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index fc03f362b88..213f7398a04 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -186,6 +186,12 @@
<version>${javax.ws.rs-api.version}</version>
</dependency>
<dependency>
+ <!-- TODO: Remove (also from child modules) when container-core:JAXBContextFactory is removed. -->
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2.7</version>
+ </dependency>
+ <dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>