summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-27 11:52:17 +0100
committerGitHub <noreply@github.com>2022-11-27 11:52:17 +0100
commit22ba7380e8da6217fae038493dec7d049a347cbf (patch)
tree0b157621b91c0d883fb9bda4991fdf7c525d751e /container-dev/pom.xml
parentb36cb57248dfc02bae9dfe7b2cca0ddd551881c6 (diff)
parent37ca3594cac5c18c17157a77d8adbcd460ed1a10 (diff)
Merge pull request #25008 from vespa-engine/balder/cleanup-remains-after-commons-collectionsv8.91.2v8.90.59
Cleanup after we no longer use commons-collections
Diffstat (limited to 'container-dev/pom.xml')
-rw-r--r--container-dev/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 85c6371d59c..6847668404b 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>
@@ -188,14 +184,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 +232,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>linguistics</artifactId>
<version>${project.version}</version>
<exclusions>