summaryrefslogtreecommitdiffstats
path: root/container-di
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 /container-di
parente8de5598132823aa791c5bb95df022b6865ef0f2 (diff)
Remove scala-compiler test dependency
Diffstat (limited to 'container-di')
-rw-r--r--container-di/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index 86baa0f2081..cf6a9e54daa 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -51,11 +51,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>