summaryrefslogtreecommitdiffstats
path: root/components/parent
diff options
context:
space:
mode:
Diffstat (limited to 'components/parent')
-rw-r--r--components/parent/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml
index 8a779c1dc..5c4620880 100644
--- a/components/parent/pom.xml
+++ b/components/parent/pom.xml
@@ -92,6 +92,11 @@
<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>1.7</version>
@@ -216,6 +221,10 @@
<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>
</dependency>