fix security vilation CVE-2015-3253

Change-Id: I6fd93f598b9655fe9c81095affdcafde1692aa26
Issue-ID: SDC-1715
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml
index 5fd06ec..2918c62 100644
--- a/test-apis-ci/pom.xml
+++ b/test-apis-ci/pom.xml
@@ -376,8 +376,13 @@
             <version>${cassandra.driver.version}</version>
             <scope>compile</scope>
         </dependency>
-
         <!-- CASSANDRA END -->
+
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>2.4.8</version>
+        </dependency>
     </dependencies>
 
     <build>