diff options
author | Dominik Stadler <centic@apache.org> | 2015-10-13 16:37:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-10-13 16:37:22 +0000 |
commit | f678783d466471a6472914038b4e83518879abcb (patch) | |
tree | eae3917d94276359bddea7695fcd824849a2817d /.classpath | |
parent | 1725c9100acca911c5a40d5ecf654fd6b9d19f78 (diff) | |
download | poi-f678783d466471a6472914038b4e83518879abcb.tar.gz poi-f678783d466471a6472914038b4e83518879abcb.zip |
Update to latest commons-codec-1.10 and commons-logging-1.2, use the properties for these libs everywhere in build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index b7be443674..395d777808 100644 --- a/.classpath +++ b/.classpath @@ -17,8 +17,8 @@ <classpathentry kind="src" path="src/integrationtest"/> <classpathentry kind="lib" path="lib/ant-1.9.4.jar"/> <classpathentry kind="lib" path="lib/ant-launcher-1.9.4.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/commons-codec-1.10.jar"/> + <classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> |