aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/application/pom.xml b/application/pom.xml
index c5e8136628d..2d9096e49f1 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -75,11 +75,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.scala-lang.modules</groupId>
- <artifactId>scala-xml_${scala.major-version}</artifactId>
- <scope>test</scope>
- </dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
for user projects must be added in compile scope here.