diff options
author | Uwe Schindler <uschindler@apache.org> | 2014-08-12 07:19:51 +0000 |
---|---|---|
committer | Uwe Schindler <uschindler@apache.org> | 2014-08-12 07:19:51 +0000 |
commit | fed01cb1ad4eea07ee7cdb232e65aa6271bdef7f (patch) | |
tree | 6088751d68a71c70ada6bdd627d9532e1f734892 /.classpath | |
parent | 549f7bc0e6311ef8448be11e308e5d28006b64f9 (diff) | |
download | poi-fed01cb1ad4eea07ee7cdb232e65aa6271bdef7f.tar.gz poi-fed01cb1ad4eea07ee7cdb232e65aa6271bdef7f.zip |
Fix bug #56814 - Switch from dom4j to JAXP
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 286f8badad..a7dc0d8fc5 100644 --- a/.classpath +++ b/.classpath @@ -19,7 +19,6 @@ <classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> - <classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.11.jar"/> |