diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 58c4f4fa70..ddb5454ac1 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -118,6 +118,10 @@ <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> + <exclusion> + <artifactId>groovy</artifactId> + <groupId>org.codehaus.groovy</groupId> + </exclusion> </exclusions> </dependency> @@ -254,7 +258,6 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> - <version>2.4.8</version> </dependency> </dependencies> |