You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/10/25 12:50:00 UTC

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

Author: antelder
Date: Thu Oct 25 03:49:51 2007
New Revision: 588194

URL: http://svn.apache.org/viewvc?rev=588194&view=rev
Log:
Fix groovy dependency for groovy pom change

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=588194&r1=588193&r2=588194&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-script/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-script/pom.xml Thu Oct 25 03:49:51 2007
@@ -143,6 +143,12 @@
             <artifactId>groovy-all</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