Author: dkulp
Date: Tue Feb 9 14:39:44 2010
New Revision: 908058
URL: http://svn.apache.org/viewvc?rev=908058&view=rev
Log:
Add woodstox back in as runtime dep. Woodstox is WAY faster than
the built in parser and we really want people using woodstox instead.
Modified:
cxf/trunk/common/common/pom.xml
Modified: cxf/trunk/common/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/common/pom.xml?rev=908058&r1=908057&r2=908058&view=diff
==============================================================================
--- cxf/trunk/common/common/pom.xml (original)
+++ cxf/trunk/common/common/pom.xml Tue Feb 9 14:39:44 2010
@@ -106,6 +106,11 @@
<artifactId>cglib-nodep</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>${stax.impl.groupId}</groupId>
+ <artifactId>${stax.impl.artifactId}</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<!-- this is probably not quite what we want in terms of the
behavior of the other tests
@@ -157,11 +162,6 @@
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
- <groupId>${stax.impl.groupId}</groupId>
- <artifactId>${stax.impl.artifactId}</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<scope>test</scope>