I am getting the following error,
java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject
I'm using Maven and have included the poi and poi-ooxml dependencies. This installed the xmlBeans jar so i'm not sure why it isn't working.
Any help is appreciated