summaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-07-24 17:53:42 +0200
committerGitHub <noreply@github.com>2017-07-24 17:53:42 +0200
commite4a2a65d9e0b66308de24ea6563c769a6c7e64a6 (patch)
tree6a6e8d35f6a56ea6a5fc3597af5127f7c996ca50 /container-di
parentf33ae93c68c2dbbaaf78e687ba839044959ca2b4 (diff)
parent14f49d4e0a5c0444f50d658002a04c0ec11b0620 (diff)
Merge pull request #3000 from yahoo/bjorncs/fix
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>