aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 14:22:55 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 16:28:14 +0100
commit8a6441d67deaa5921300b58fca7da585518e39eb (patch)
treefe2372186cf9c12f9899d76f1c06990d2076b5b4 /container-dev
parent46a1ed45abb3f7635069ff07d9e046406fe1062f (diff)
Cleanup after we no longer use commons-collections
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 85c6371d59c..67ec599af9d 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -188,10 +188,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>
@@ -244,17 +240,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>