aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 16:44:06 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-10 10:57:04 +0100
commit9d515394d9ef73b4d18cea4578ed64f9d50acabb (patch)
tree8b54fd7accb6b8ae71cc78836eacf34edef8887b /container-test
parent014ad254736dd6d3125a89f9667ff6d071ea5693 (diff)
Remove use of commons-collections from document
Also remove the library from parent pom as no other module is using it.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 5ade77187cf..4b5008c8a6f 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -35,10 +35,6 @@
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<exclusions>