aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-23 17:06:15 +0200
committergjoranv <gv@oath.com>2018-06-06 11:50:31 +0200
commitede96019cbd83febc87dddec635910a5a7c39e02 (patch)
tree6e9ac0ee88c40e6cc435af9bc7958e936888049b /bundle-plugin-test
parent16ebaddef46202178d5c6757e466b20f339f7437 (diff)
Java 9: Add jaxb-api dependency
.. to verify that module-info.class can be handled without throwing an exception.
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>