Maven Transitive Dependencies

I've followed the step-by-step guide (http://www.docx4java.org/blog/2011/10/h ... n-central/), and also googled to see if it was a common problem, but no luck.
I created the Eclipse project, configured it as a Maven Project (I work with Maven daily), declared docx4j's dependency on pom.xml, but it's transitive dependencies are not being added to the project. Am I missing something? Aren't those dependencies declared as "compile" in docx4j project's pom?
I created the Eclipse project, configured it as a Maven Project (I work with Maven daily), declared docx4j's dependency on pom.xml, but it's transitive dependencies are not being added to the project. Am I missing something? Aren't those dependencies declared as "compile" in docx4j project's pom?