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-10 10:57:04 +0100
commit9d515394d9ef73b4d18cea4578ed64f9d50acabb (patch)
tree8b54fd7accb6b8ae71cc78836eacf34edef8887b /document/pom.xml
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 '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>