Author: lresende
Date: Sat Mar 22 11:58:50 2008
New Revision: 640058
URL: http://svn.apache.org/viewvc?rev=640058&view=rev
Log:
Updating groovy dependency to match groovy-distribution
Modified:
incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml
Modified:
incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml?rev=640058&r1=640057&r2=640058&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml
Sat Mar 22 11:58:50 2008
@@ -162,13 +162,11 @@
<version>2.2</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>groovy</groupId>
- <artifactId>groovy-all-minimal</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
-
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all-minimal</artifactId>
+ <version>1.5.4</version>
+ </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]