summaryrefslogtreecommitdiffstats
path: root/docprocs
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 /docprocs
parent46a1ed45abb3f7635069ff07d9e046406fe1062f (diff)
Cleanup after we no longer use commons-collections
Diffstat (limited to 'docprocs')
-rw-r--r--docprocs/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/docprocs/pom.xml b/docprocs/pom.xml
index e001d83a00f..6d654deea44 100644
--- a/docprocs/pom.xml
+++ b/docprocs/pom.xml
@@ -57,10 +57,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
</exclusion>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
</exclusions>
<!-- End Workaround -->