Author: tveronezi
Date: Thu Oct 9 00:43:57 2014
New Revision: 1630263
URL: http://svn.apache.org/r1630263
Log:
Now it is possible to use Grab in groovy scripts.
Modified:
tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml
Modified: tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml?rev=1630263&r1=1630262&r2=1630263&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml Thu Oct 9 00:43:57 2014
@@ -214,6 +214,12 @@
<version>${version.groovy}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.ivy</groupId>
+ <artifactId>ivy</artifactId>
+ <version>2.3.0</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>
<plugins>