summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-08-30 14:38:07 +0200
committergjoranv <gv@oath.com>2017-09-01 17:47:14 +0200
commit01a006ea8329b165cf2b0ff7f49ca245532d087e (patch)
treebb624a580363a2def73480609a8217f27c033615 /container-search/pom.xml
parent0d408cd082052f9629f52f8c058ea74323f21667 (diff)
Make antlr and antlr4 invisible for customer projects.
- Visible only in test classpath.
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 837629c44b9..f622567acde 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -143,7 +143,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
- <version>4.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
@@ -211,7 +210,7 @@
<plugin> <!-- For the YQL query language -->
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
- <version>4.5</version>
+ <version>${antlr4.version}</version>
<executions>
<execution>
<configuration>