aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-04 12:06:24 +0200
committergjoranv <gv@oath.com>2018-05-04 14:40:08 +0200
commitb2d563b727b59878b68766a2ba7367d6925bcd36 (patch)
tree67816037c515f457e36d9cef57e39e20b06e351e /bundle-plugin-test
parent33cdcfe8c5ba71c11051c6c3187777b9e25b0e25 (diff)
Java 9: scala-library must be added as dependency.
error while loading Object, Missing dependency 'object scala in compiler mirror'
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundle-plugin-test/pom.xml b/bundle-plugin-test/pom.xml
index 3dd5be00add..5ae5496b1b0 100644
--- a/bundle-plugin-test/pom.xml
+++ b/bundle-plugin-test/pom.xml
@@ -43,6 +43,11 @@
<artifactId>jrt</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>