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-09 10:43:00 +0100
commit87153258751dca1cc40abd8d86de759620059ae9 (patch)
treedeb845923521492b0400a3579dc837ab2ed4bf7e /container-test
parent9c0069b54572fe91bdd961b10a2b4212e54eb792 (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>