From 2bcc584022f761efa9968a3c126608b559b8fedb Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 31 Aug 2017 12:25:30 +0200 Subject: Exclude scala-xml from provided classpath - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. --- config-bundle/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config-bundle') diff --git a/config-bundle/pom.xml b/config-bundle/pom.xml index 43c08aad726..618a12def22 100644 --- a/config-bundle/pom.xml +++ b/config-bundle/pom.xml @@ -33,6 +33,12 @@ com.yahoo.vespa configgen ${project.version} + + + org.scala-lang.modules + scala-xml_${scala.major-version} + + com.yahoo.vespa -- cgit v1.2.3