summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
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-core/pom.xml
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-core/pom.xml')
-rw-r--r--container-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 1be10215419..d8473c8b541 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -46,6 +46,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>provided</scope>