summaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 17:42:07 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 17:42:07 +0200
commit95072c082382578d48dd53396f9d0020a7e439ed (patch)
tree688df1098a6add1e568b0a85a622d42299f4031a /container-di
parente8de5598132823aa791c5bb95df022b6865ef0f2 (diff)
DotGraph uses scala-xml in generated bytecode
Diffstat (limited to 'container-di')
-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>