You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/10/31 22:06:21 UTC

svn commit: r590831 - /incubator/tuscany/java/sca/modules/implementation-script/pom.xml

Author: rfeng
Date: Wed Oct 31 14:06:21 2007
New Revision: 590831

URL: http://svn.apache.org/viewvc?rev=590831&view=rev
Log:
Switch to groovy-all-minimal to avoid excessive dependencies

Modified:
    incubator/tuscany/java/sca/modules/implementation-script/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-script/pom.xml?rev=590831&r1=590830&r2=590831&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-script/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-script/pom.xml Wed Oct 31 14:06:21 2007
@@ -140,15 +140,9 @@
          </dependency>
          <dependency>
             <groupId>groovy</groupId>
-            <artifactId>groovy-all</artifactId>
+            <artifactId>groovy-all-minimal</artifactId>
             <version>1.0</version>
             <scope>compile</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>openejb</groupId>
-                    <artifactId>openejb-loader</artifactId>
-                </exclusion>
-            </exclusions>
          </dependency>
 
     </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org