Hi Claus,
The scope should be test, since we introduce the stax XMLWriter in
camel-jaxb, the stax implementation (JDK 1.6 already includes the stax
API and implementation) should be add for running the test :)
I will did quick fix for that.
Willem
Claus Ibsen wrote:
Hi
Is woodstock needed as compile dep? Or only at test scope?
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ </dependency>
Maybe <scope>test</scope> is sufficient to avoid bring in more dep at runtime?
And why do you need it now?