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?