summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-08-31 09:02:05 +0200
committerGitHub <noreply@github.com>2017-08-31 09:02:05 +0200
commite923734575b7edfa99ffd1951d318086a220eed6 (patch)
tree9d13cfa7b26a414e9c37589f05255291b5d265ba /application
parent8ad5f7d60172ed7b981553bebb0354fc3aad57d7 (diff)
Revert "Make antlr and antlr4 invisible for customer projects."
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 2d9096e49f1..3fd9e8054e7 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -75,18 +75,6 @@
<version>${project.version}</version>
<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>