Somehow you've disabled the standard transitive dependency loading mechanisms
in your maven build.
Try adding:
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.0.0</version>
</dependency>
But without transitive dependency loading, you're going to have to
explicitly add lots of dependencies.
--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]