aboutsummaryrefslogtreecommitdiffstats
path: root/document/pom.xml
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 /document/pom.xml
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 'document/pom.xml')
-rw-r--r--document/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/document/pom.xml b/document/pom.xml
index 1696d525f6f..f5c5dec5b7c 100644
--- a/document/pom.xml
+++ b/document/pom.xml
@@ -27,10 +27,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>