fix security vilation CVE-2015-3253
[sdc.git] / asdctool / pom.xml
index 73fbf08..0ccf870 100644 (file)
                        <artifactId>mockito-core</artifactId>
                        <scope>test</scope>
                </dependency>
+
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
         </dependency>
         <!-- testing end -->
 
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy</artifactId>
+            <version>2.4.8</version>
+        </dependency>
        </dependencies>
 
        <build>