diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-19 08:52:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-19 08:52:17 +0000 |
commit | 61c56e4f751b1f126a6f59533489f7ded50453f0 (patch) | |
tree | 45944cb48cbc24f1495de5940fb1a84b5eb0559f /sca-java-2.x/trunk/shades/webservices | |
parent | def309dc73a5a9deb57be749d98ed133d2e9e139 (diff) |
Update webservices shade jar for dependencies in base
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/shades/webservices')
-rw-r--r-- | sca-java-2.x/trunk/shades/webservices/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/shades/webservices/pom.xml b/sca-java-2.x/trunk/shades/webservices/pom.xml index b7eab7f84b..a5d1eadedf 100644 --- a/sca-java-2.x/trunk/shades/webservices/pom.xml +++ b/sca-java-2.x/trunk/shades/webservices/pom.xml @@ -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>
|