summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 16:23:32 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 16:33:30 +0200
commit14f49d4e0a5c0444f50d658002a04c0ec11b0620 (patch)
tree47af3ae745839405f069aa916baacfb6ea5cb086 /bundle-plugin
parente8de5598132823aa791c5bb95df022b6865ef0f2 (diff)
Remove scala-compiler test dependency
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index b881af3c551..02f0ed2ccf5 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -39,11 +39,6 @@
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
- <artifactId>scala-compiler</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</dependency>
<dependency>