summaryrefslogtreecommitdiffstats
path: root/config-bundle
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-01 12:29:20 +0200
committergjoranv <gv@oath.com>2017-09-01 12:29:20 +0200
commit07cf27503071c830da5a0afcafab80a2a7043ef9 (patch)
treef234c05d9317fe8753818863ac0fbde0d89dcc5a /config-bundle
parentaf1b5d090f9fd62ac947076cbf72b27bbdf1d9be (diff)
Revert "Exclude scala-xml from provided classpath"
This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
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>