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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to