Author: ffang
Date: Fri Dec  2 07:54:17 2011
New Revision: 1209380

URL: http://svn.apache.org/viewvc?rev=1209380&view=rev
Log:
remove stax-api dependency from servicemix-core

Modified:
    servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1209380&r1=1209379&r2=1209380&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Fri Dec  2 
07:54:17 2011
@@ -318,6 +318,10 @@
                     <groupId>org.springframework</groupId>
                     <artifactId>spring-jmx</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>        
         <dependency>


Reply via email to