aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2018-06-25 11:27:54 +0200
committerOlli Virtanen <olli.virtanen@oath.com>2018-06-25 11:27:54 +0200
commit0e5001395c46511a8b57b9721a0a8e341459e640 (patch)
tree76f99fa4b7b2b7866918928b20f6d15e57f98d99 /container-dev
parentab61e5ea77c483c0fe4fb6a3f266bd47f590988a (diff)
Remove Scala remnants from Maven build files
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index ff67e8db9fe..fe5f852a226 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -96,10 +96,6 @@
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
@@ -121,12 +117,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-jersey2</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -197,17 +187,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </exclusion>
- <exclusion>
- <!-- TODO: Remove exclusion when scala-xml is excluded in config-bundle pom -->
- <groupId>org.scala-lang.modules</groupId>
- <artifactId>scala-xml_${scala.major-version}</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- Dependencies below are added explicitly to exclude transitive deps that are not provided runtime by the container,