<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.2.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.fasterxml.woodstox', module='woodstox-core', version='6.2.3')
)