summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index 5ae5496b1b0..53be71352c8 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -48,6 +48,14 @@
<artifactId>scala-library</artifactId>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <!-- Added to verify that module-info.class can be handled by bundle-plugin without throwing an exception. -->
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+
</dependencies>
<build>
<plugins>