[MSHARED-794] upgraded Groovy & added Ivy for Grapes support
diff --git a/pom.xml b/pom.xml
index 46b9994..8d12ae9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,19 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.0.1</version>
+      <version>2.4.16</version>
+    </dependency>
+    <dependency><!-- for Groovy Grapes -->
+      <groupId>org.apache.ivy</groupId>
+      <artifactId>ivy</artifactId>
+      <version>2.4.0</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.beanshell</groupId>