summaryrefslogtreecommitdiffstats
path: root/container-dev
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-dev
parent8ad5f7d60172ed7b981553bebb0354fc3aad57d7 (diff)
Revert "Make antlr and antlr4 invisible for customer projects."
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index e858ba1c50b..7ac2eb03016 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -112,33 +112,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-search-and-docproc</artifactId>
<version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4-runtime</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
</dependency>
-
- <!-- Dependencies below are added explicitly to exclude transitive deps that are not provided runtime by the container,
- and hence make them invisible to user projects' build classpath.
- Excluded artifacts should be added explicitly to the application module to make then visible in users' test classpath. -->
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>predicate-search-core</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.antlr</groupId>
- <artifactId>antlr-runtime</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
</dependencies>
</project>