summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-06-26 18:41:47 +0200
committerGitHub <noreply@github.com>2018-06-26 18:41:47 +0200
commit763ba66d0c2e22cc498ba43b79a08da1c4a35639 (patch)
treea68ad8aa676f67ed99f36850fe14208c08796f0d /jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
parent2afd09c0f1ddcd6e107b08472cd6b4bb122d957a (diff)
Revert "Gjoranv/java9 prep 12 2"
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, 7 insertions, 0 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 37e8469afdc..f0e16644a41 100644
--- a/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
+++ b/jdisc_core_test/test_bundles/cert-k-pkgs/pom.xml
@@ -14,6 +14,13 @@
<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>