aboutsummaryrefslogtreecommitdiffstats
path: root/container-di/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-di/pom.xml')
-rw-r--r--container-di/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index 86baa0f2081..0e1ff44558f 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -59,6 +59,10 @@
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
+ <groupId>org.scala-lang.modules</groupId>
+ <artifactId>scala-xml_${scala.major-version}</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.major-version}</artifactId>
<scope>test</scope>