diff options
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 1d07d91b48..58c4f4fa70 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -250,6 +250,13 @@ <version>1.6.5</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy</artifactId> + <version>2.4.8</version> + </dependency> + </dependencies> <build> <plugins> |