summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index f435a223e9a..7eef70f59e0 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -139,6 +139,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <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,