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 233aa586b..ef030cde5 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -82,11 +82,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> @@ -237,10 +232,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> |