summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-09-08 13:31:19 +0200
committerGitHub <noreply@github.com>2017-09-08 13:31:19 +0200
commit644873405274dbde3cb7152b8b546e1fe346d650 (patch)
tree7e63845991765ba22cba0e766250e8fa7a7e1cdb /config
parent0c956d12ebc311219dc38fb775f2a8984a4039d7 (diff)
parentffd4ca0ba19d3d805c360a8356f05095b138f2c0 (diff)
Merge pull request #3371 from vespa-engine/gjoranv/exclude-scala-xml3
Exclude scala-xml from provided classpath
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/pom.xml b/config/pom.xml
index af6afe0f6a6..f73c5b7bfd8 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -87,6 +87,11 @@
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang.modules</groupId>
+ <artifactId>scala-xml_${scala.major-version}</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>
<profile>