From 50c7d92793f5faf5fedada7e854e50f40c36b35b 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. --- application/pom.xml | 5 +++++ config-bundle/pom.xml | 6 ++++++ config-model/pom.xml | 5 +++++ config/pom.xml | 5 +++++ standalone-container/pom.xml | 5 +++++ 5 files changed, 26 insertions(+) diff --git a/application/pom.xml b/application/pom.xml index 2d9096e49f1..c5e8136628d 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -75,6 +75,11 @@ ${project.version} test + + org.scala-lang.modules + scala-xml_${scala.major-version} + test +