upd to commons-codec-1.11

pull/167/merge
reger 7 years ago
parent 0d7625ecfb
commit a57a04a003

@ -24,7 +24,7 @@
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.16.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.24.jar"/>

@ -177,7 +177,7 @@
<pathelement location="${lib}/common-image-3.3.2.jar" />
<pathelement location="${lib}/common-io-3.3.2.jar" />
<pathelement location="${lib}/common-lang-3.3.2.jar" />
<pathelement location="${lib}/commons-codec-1.10.jar" />
<pathelement location="${lib}/commons-codec-1.11.jar" />
<pathelement location="${lib}/commons-compress-1.16.1.jar" />
<pathelement location="${lib}/commons-fileupload-1.3.3.jar" />
<pathelement location="${lib}/commons-io-2.6.jar" />

Binary file not shown.

Binary file not shown.

@ -371,7 +371,8 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<version>1.11</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

Loading…
Cancel
Save