mirror of https://github.com/apache/poi.git
Ensure that no old version of commons-codec is lingering around and causes hard to find build errors locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dcd40982f3
commit
4bc4e1f4e9
|
@ -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*"/>
|
||||
|
|
Loading…
Reference in New Issue