You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/10/11 18:55:26 UTC

svn commit: r1181885 - /cxf/trunk/services/wsn/wsn-core/pom.xml

Author: dkulp
Date: Tue Oct 11 16:55:26 2011
New Revision: 1181885

URL: http://svn.apache.org/viewvc?rev=1181885&view=rev
Log:
Exclude some stuff that is part of Java6

Modified:
    cxf/trunk/services/wsn/wsn-core/pom.xml

Modified: cxf/trunk/services/wsn/wsn-core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-core/pom.xml?rev=1181885&r1=1181884&r2=1181885&view=diff
==============================================================================
--- cxf/trunk/services/wsn/wsn-core/pom.xml (original)
+++ cxf/trunk/services/wsn/wsn-core/pom.xml Tue Oct 11 16:55:26 2011
@@ -97,6 +97,24 @@
             <artifactId>jaxws-rt</artifactId>
             <version>2.1.7</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.ws</groupId>
+                    <artifactId>jaxws-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.xml.messaging.saaj</groupId>
+                    <artifactId>saaj-impl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.xml.stream</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.sun.net.httpserver</groupId>