According to Getting Started guide the Xalan JAR is only required for HTML and PDF export. I am not using either, however I get a runtime exception when calling XmlUtils.deepCopy():
Exception in thread "Thread-5" javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found
at javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.java:106)
at org.docx4j.XmlUtils.setTFactory(XmlUtils.java:127)
at org.docx4j.XmlUtils.<clinit>(XmlUtils.java:101)
If I add xalan-patched-2.7.0.jar, deepCopy starts working without throwing any exceptions.
Getting Started says that Commons-VFS is needed for "Saving/loading via WebDAV etc". But it appears that it is used ...