summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-03-21 10:00:33 +0000
committerPJ Fanning <fanningpj@apache.org>2019-03-21 10:00:33 +0000
commit3aea8e7f85bc2d6617f4327f2ad59b8f351ff655 (patch)
tree13a08241c5430a9b2535b15505004c2f1e2c7988 /build.xml
parent4dc28798bf9c61a0481b8cfe24fc73024d777956 (diff)
downloadpoi-3aea8e7f85bc2d6617f4327f2ad59b8f351ff655.tar.gz
poi-3aea8e7f85bc2d6617f4327f2ad59b8f351ff655.zip
commons-codec - 1.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 8bfd20a69d..72c79fb566 100644
--- a/build.xml
+++ b/build.xml
@@ -172,9 +172,9 @@ under the License.
<property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.2.jar"/>
<property name="main.commons-logging.url"
value="${repository.m2}/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
- <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.11.jar"/>
+ <property name="main.commons-codec.jar" location="${main.lib}/commons-codec-1.12.jar"/>
<property name="main.commons-codec.url"
- value="${repository.m2}/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar"/>
+ value="${repository.m2}/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar"/>
<property name="main.log4j.jar" location="${main.lib}/log4j-1.2.17.jar"/>
<property name="main.log4j.url" value="${repository.m2}/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
<property name="main.junit.jar" location="${main.lib}/junit-4.12.jar"/>
@@ -645,6 +645,7 @@ under the License.
<include name="commons-codec-1.5*"/>
<include name="commons-codec-1.9*"/>
<include name="commons-codec-1.10*"/>
+ <include name="commons-codec-1.11*"/>
<include name="commons-compress-1.16*"/>
<include name="commons-compress-1.17*"/>
<include name="commons-collections4-4.1*"/>