summaryrefslogtreecommitdiffstats
path: root/catalog-dao/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-dao/pom.xml')
-rw-r--r--catalog-dao/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml
index 940047db9f..a4bd9a0036 100644
--- a/catalog-dao/pom.xml
+++ b/catalog-dao/pom.xml
@@ -311,6 +311,12 @@ Modifications copyright (c) 2018 Nokia
<scope>test</scope>
</dependency>
<!-- CASSANDRA END -->
+
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.8</version>
+ </dependency>
</dependencies>
<build>