summaryrefslogtreecommitdiffstats
path: root/container-search
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 /container-search
parent8ad5f7d60172ed7b981553bebb0354fc3aad57d7 (diff)
Revert "Make antlr and antlr4 invisible for customer projects."
Diffstat (limited to 'container-search')
-rw-r--r--container-search/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index f622567acde..837629c44b9 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -143,6 +143,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
+ <version>4.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
@@ -210,7 +211,7 @@
<plugin> <!-- For the YQL query language -->
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
- <version>${antlr4.version}</version>
+ <version>4.5</version>
<executions>
<execution>
<configuration>