aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container/pom.xml')
-rw-r--r--standalone-container/pom.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang.modules</groupId>
+ <artifactId>scala-xml_${scala.major-version}</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>