You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/24 12:40:41 UTC

svn commit: r729299 - /tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml

Author: ramkumar
Date: Wed Dec 24 03:40:41 2008
New Revision: 729299

URL: http://svn.apache.org/viewvc?rev=729299&view=rev
Log:
Fixes for RC3 review comments

Modified:
    tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml

Modified: tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml?rev=729299&r1=729298&r2=729299&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml (original)
+++ tuscany/branches/sca-java-1.4/tools/wsdl2java/pom.xml Wed Dec 24 03:40:41 2008
@@ -99,6 +99,10 @@
                     <groupId>org.codehaus.woodstox</groupId>
                     <artifactId>wstx-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
  
@@ -111,6 +115,10 @@
                     <groupId>org.apache.ant</groupId>
                     <artifactId>ant</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -122,6 +130,10 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-activation_1.1_spec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>