I'm not sure why you need to load poi differently from xmlbeans. The xmlbeans
is correct but your poi dependencies are nothing like anything I've ever
seen.
Could you use the standard pom settings?

        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
            <version>4.0.0</version>
        </dependency>



--
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]

Reply via email to