diff options
author | Dominik Stadler <centic@apache.org> | 2014-02-03 18:55:15 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-02-03 18:55:15 +0000 |
commit | 2d543b637bfe41a0f8baa669d041faf87dc6e564 (patch) | |
tree | 84b96c826f49a0ea6bdd0d9270b6c8421de9d763 | |
parent | 47070c5060028784825f583e63c97066cf20d443 (diff) | |
download | poi-2d543b637bfe41a0f8baa669d041faf87dc6e564.tar.gz poi-2d543b637bfe41a0f8baa669d041faf87dc6e564.zip |
Adjust Eclipse classpath for new versions of third party libraries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563998 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .classpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index d3cabd61b7..adf17b95af 100644 --- a/.classpath +++ b/.classpath @@ -15,9 +15,9 @@ <classpathentry kind="src" path="src/excelant/testcases"/> <classpathentry kind="src" path="src/excelant/resources"/> <classpathentry kind="lib" path="lib/ant-1.8.2.jar"/> - <classpathentry kind="lib" path="lib/commons-codec-1.5.jar"/> - <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> - <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/> + <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/stax-api-1.0.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar"/> |