summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-08-30 15:32:08 +0200
committerGitHub <noreply@github.com>2017-08-30 15:32:08 +0200
commitb5fc2e2005c76684d49da08e31f65988d4237e62 (patch)
tree63d9a69708b71008b4c3fa5b6fe45942e0bb5539 /container-search
parent27490d89ff1b1127a49e84a5a17b185b942a3c3a (diff)
parentb3a4db45c7fae896a2d5e9ae3fbf2b7fd072f7c9 (diff)
Merge pull request #3271 from vespa-engine/gjoranv/exclude-antlr-from-provided-deps
Make antlr and antlr4 invisible for customer projects.
Diffstat (limited to 'container-search')
-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>