[MSHARED-939] Remove Apache Ivy from dependency

Closes #16
diff --git a/pom.xml b/pom.xml
index 27d1092..a4d1b72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,18 +71,7 @@
       <artifactId>groovy</artifactId>
       <version>2.4.20</version>
     </dependency>
-    <dependency><!-- for Groovy Grapes -->
-      <groupId>org.apache.ivy</groupId>
-      <artifactId>ivy</artifactId>
-      <version>2.5.0</version>
-      <scope>runtime</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>*</groupId>
-          <artifactId>*</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
+
     <dependency>
       <groupId>org.beanshell</groupId>
       <artifactId>bsh</artifactId>