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

Reply via email to