It's great to see the maven build work now, but there is a run time dependency missing batik-uil, you probably need to add the following to your pom file.
- Code: Select all
<dependency>
<groupId>batik</groupId>
<artifactId>batik-util</artifactId>
<version>1.6</version>
</dependency>

News of docx4j