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:14:47 UTC

svn commit: r590834 - in /incubator/tuscany/branches/sca-java-1.0.1: distribution/bundle/pom.xml modules/implementation-script/pom.xml

Author: rfeng
Date: Wed Oct 31 14:14:47 2007
New Revision: 590834

URL: http://svn.apache.org/viewvc?rev=590834&view=rev
Log:
Remove excessive dependencies

Modified:
    incubator/tuscany/branches/sca-java-1.0.1/distribution/bundle/pom.xml
    incubator/tuscany/branches/sca-java-1.0.1/modules/implementation-script/pom.xml

Modified: incubator/tuscany/branches/sca-java-1.0.1/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/distribution/bundle/pom.xml?rev=590834&r1=590833&r2=590834&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0.1/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0.1/distribution/bundle/pom.xml Wed Oct 31 14:14:47 2007
@@ -120,6 +120,10 @@
                     <artifactId>axis2-xmlbeans</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2-adb-codegen</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>bouncycastle</groupId>
                     <artifactId>bcprov-jdk15</artifactId>
                 </exclusion>

Modified: incubator/tuscany/branches/sca-java-1.0.1/modules/implementation-script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0.1/modules/implementation-script/pom.xml?rev=590834&r1=590833&r2=590834&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0.1/modules/implementation-script/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0.1/modules/implementation-script/pom.xml Wed Oct 31 14:14:47 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