summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
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 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>