summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-15 10:41:21 +0200
committergjoranv <gv@oath.com>2018-06-27 00:16:01 +0200
commit30f7c56a8ee10a8702e9c1d2a69ed428bf064d47 (patch)
tree383c455413569e1cb3ea5a3964781ef12932ff0a /jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
parent455576f9cb3377beb1d88bbc60fe66d25e426a7a (diff)
Java 9: Add dependencies and exports needed for jaxb support.
* Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
Diffstat (limited to 'jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml')
-rw-r--r--jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml b/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
index f0e16644a41..37e8469afdc 100644
--- a/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
+++ b/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
@@ -14,13 +14,6 @@
<version>6-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>${project.artifactId}</name>
- <dependencies>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
<build>
<plugins>
<plugin>