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 2010/03/19 09:52:17 UTC

svn commit: r925139 - /tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml

Author: antelder
Date: Fri Mar 19 08:52:17 2010
New Revision: 925139

URL: http://svn.apache.org/viewvc?rev=925139&view=rev
Log:
Update webservices shade jar for dependencies in base

Modified:
    tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml

Modified: tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml?rev=925139&r1=925138&r2=925139&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/webservices/pom.xml Fri Mar 19 08:52:17 2010
@@ -39,6 +39,18 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.tuscany.sca</groupId>
+                    <artifactId>tuscany-binding-ws</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tuscany.sca</groupId>
+                    <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tuscany.sca</groupId>
+                    <artifactId>tuscany-interface-wsdl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.tuscany.sca</groupId>
                     <artifactId>tuscany-core</artifactId>
                 </exclusion>
                 <exclusion>
@@ -130,6 +142,10 @@
                     <artifactId>activation</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>