You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/02/09 11:14:59 UTC

svn commit: r742373 - /servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml

Author: gnodet
Date: Mon Feb  9 10:14:58 2009
New Revision: 742373

URL: http://svn.apache.org/viewvc?rev=742373&view=rev
Log:
Fix shade jar for jaxws 2.1

Modified:
    servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml?rev=742373&r1=742372&r2=742373&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml Mon Feb  9 10:14:58 2009
@@ -108,13 +108,13 @@
                         <configuration>
                             <artifactSet>
                                 <includes>
-                                    <include>org.apache.axis2:axis2-jaxws-api</include>
+                                    <include>org.apache.geronimo.specs:geronimo-jaxws_2.1_spec</include>
                                     <include>org.apache.servicemix.specs:org.apache.servicemix.specs.locator</include>
                                 </includes>
                             </artifactSet>
                             <filters>
                                 <filter>
-                                    <artifact>org.apache.axis2:axis2-jaxws-api</artifact>
+                                    <artifact>org.apache.geronimo.specs:geronimo-jaxws_2.1_spec</artifact>
                                     <excludes>
                                         <exclude>javax/**</exclude>
                                     </excludes>