Author: wsmoak
Date: Wed May 10 00:05:36 2006
New Revision: 405657
URL: http://svn.apache.org/viewcvs?rev=405657&view=rev
Log:
Use the same Groovy dependency as Struts Scripting 1.0.1
Modified:
struts/action/trunk/apps/scripting-mailreader/pom.xml
Modified: struts/action/trunk/apps/scripting-mailreader/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/apps/scripting-mailreader/pom.xml?rev=405657&r1=405656&r2=405657&view=diff
==============================================================================
--- struts/action/trunk/apps/scripting-mailreader/pom.xml (original)
+++ struts/action/trunk/apps/scripting-mailreader/pom.xml Wed May 10 00:05:36
2006
@@ -57,8 +57,8 @@
</dependency>
<dependency>
<groupId>groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>1.0-jsr-03</version>
+ <artifactId>groovy-all</artifactId>
+ <version>1.0-jsr-04</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>