<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17-beta1</version>
</dependency>
compile
|-- commons-codec:commons-codec:1.10
|-- org.apache.commons:commons-collections4:4.1
runtime
|-- commons-logging:commons-logging:1.2
test
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12