summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-08-31 16:48:12 +0200
committerGitHub <noreply@github.com>2017-08-31 16:48:12 +0200
commit39896ef2fdd9709dc2e35415941560599fa0ba55 (patch)
tree927b1a6c6107e1efc0c1c46b25fc4b47129f3758 /application/pom.xml
parent2bcc584022f761efa9968a3c126608b559b8fedb (diff)
parent93e617dcd8e5a743aac62b3edb0da1853f4d3b6a (diff)
Merge branch 'master' into gjoranv/exclude-scala-xml
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/application/pom.xml b/application/pom.xml
index c5e8136628d..12431fa9c0e 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -80,18 +80,6 @@
<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.
- These dependencies are explicitly excluded (or set to non-compile scope) in the container-dev module. -->
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr-runtime</artifactId>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4-runtime</artifactId>
- </dependency>
</dependencies>
<build>