diff options
Diffstat (limited to 'components/parent')
-rw-r--r-- | components/parent/pom.xml | 9 |
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> |