summaryrefslogtreecommitdiffstats
path: root/components/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/parent/pom.xml')
-rw-r--r--components/parent/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml
index 3e6f71027..034ed6098 100644
--- a/components/parent/pom.xml
+++ b/components/parent/pom.xml
@@ -86,11 +86,6 @@
<version>2.6</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- <version>1.15</version>
- </dependency>
- <dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity.version}</version>
@@ -241,10 +236,6 @@
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- </dependency>
- <dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<exclusions>