aboutsummaryrefslogtreecommitdiffstats
path: root/config-bundle
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-09-07 16:30:43 +0200
committerGitHub <noreply@github.com>2017-09-07 16:30:43 +0200
commit74fe8e7d84e7da5ae70335e9363b9b8130c5568f (patch)
treec4f8c8786b4fa6b91b17220d7986ccc8e3fd5e95 /config-bundle
parent2347c374696c935f0a09a0654e3e376b9436d6dd (diff)
Revert "Exclude scala-xml from provided classpath"
Diffstat (limited to 'config-bundle')
-rw-r--r--config-bundle/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config-bundle/pom.xml b/config-bundle/pom.xml
index 618a12def22..43c08aad726 100644
--- a/config-bundle/pom.xml
+++ b/config-bundle/pom.xml
@@ -33,12 +33,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>configgen</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang.modules</groupId>
- <artifactId>scala-xml_${scala.major-version}</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>