summaryrefslogtreecommitdiffstats
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
parente8de5598132823aa791c5bb95df022b6865ef0f2 (diff)
Remove scala-compiler test dependency
-rw-r--r--bundle-plugin/pom.xml5
-rw-r--r--configgen/pom.xml5
-rw-r--r--container-di/pom.xml5
-rw-r--r--pom.xml5
4 files changed, 0 insertions, 20 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>
diff --git a/configgen/pom.xml b/configgen/pom.xml
index c328ea53635..dc616ec070e 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -21,11 +21,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>
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>
diff --git a/pom.xml b/pom.xml
index abe03898086..fed58f3ea68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -790,11 +790,6 @@
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
- <artifactId>scala-compiler</artifactId>
- <version>${scala.version}</version>
- </dependency>
- <dependency>
- <groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>