summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 11:06:44 +0100
committerGitHub <noreply@github.com>2022-11-28 11:06:44 +0100
commit9b2893e62941d86a288646bc6b3aab818363e554 (patch)
tree3f97d28a52685969705d16fa639c31b25327e17a /container-dev
parenta8665da65c39d9e4a56c74c2d8e6a7bd61c7c313 (diff)
parent63204d066a2354bea0137721c618de3c566cefe0 (diff)
Merge branch 'master' into balder/splt-out-opennlp
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 1e45771d988..711afe72c62 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -84,10 +84,6 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
@@ -164,10 +160,6 @@
<artifactId>zero-allocation-hashing</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</exclusion>
@@ -188,14 +180,6 @@
<artifactId>icu4j</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</exclusion>
@@ -244,17 +228,6 @@
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>document</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>opennlp-linguistics</artifactId>
<version>${project.version}</version>
<exclusions>