Author: ffang
Date: Thu Jun 16 02:31:15 2011
New Revision: 1136273
URL: http://svn.apache.org/viewvc?rev=1136273&view=rev
Log:
[SMXCOMP-868]Align stax-api version
Modified:
servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
Modified: servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-jsr181/pom.xml?rev=1136273&r1=1136272&r2=1136273&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-jsr181/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-jsr181/pom.xml Thu Jun 16
02:31:15 2011
@@ -94,6 +94,10 @@
<version>${xfire.version}</version>
<exclusions>
<exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
</exclusion>