Author: centic
Date: Tue Nov 21 16:29:01 2017
New Revision: 1815952
URL: http://svn.apache.org/viewvc?rev=1815952&view=rev
Log:
Ensure that no old version of commons-codec is lingering around and causes hard
to find build errors locally
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1815952&r1=1815951&r2=1815952&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Nov 21 16:29:01 2017
@@ -553,6 +553,7 @@ under the License.
<include name="asm-all-5.0.3*"/>
<include name="commons-codec-1.5*"/>
<include name="commons-codec-1.9*"/>
+ <include name="commons-codec-1.10*"/>
<include name="commons-logging-1.1*.jar"/>
<include name="findbugs-noUpdateChecks-2.0.3*"/>
<include name="jacoco-0.6*"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]