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/05/15 11:09:17 UTC

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

Author: antelder
Date: Tue May 15 02:09:16 2007
New Revision: 538096

URL: http://svn.apache.org/viewvc?view=rev&rev=538096
Log:
Exclude unnecessary jruby 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?view=diff&rev=538096&r1=538095&r2=538096
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-script/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-script/pom.xml Tue May 15 02:09:16 2007
@@ -107,6 +107,20 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby-complete</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm-commons</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>jline</groupId>
+                    <artifactId>jline</artifactId>
+                </exclusion>
+            </exclusions>
             <version>0.9.9</version>
             <scope>compile</scope>
         </dependency>



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