From ffd4ca0ba19d3d805c360a8356f05095b138f2c0 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. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName. --- standalone-container/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'standalone-container') diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml index 85a401d6af3..9300181e00b 100644 --- a/standalone-container/pom.xml +++ b/standalone-container/pom.xml @@ -68,6 +68,11 @@ junit test + + org.scala-lang.modules + scala-xml_${scala.major-version} + test + -- cgit v1.2.3