You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/22 19:58:51 UTC

svn commit: r640058 - /incubator/tuscany/branches/sca-java-1.2/modules/implementation-script/pom.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org