upd to httpcore-4.4.8

pull/149/head
reger 7 years ago
parent bfe753acea
commit 0704b1d644

@ -29,7 +29,7 @@
<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"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.6.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.8.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>

@ -189,7 +189,7 @@
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.3.jar" />
<pathelement location="${lib}/httpcore-4.4.6.jar" />
<pathelement location="${lib}/httpcore-4.4.8.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
<pathelement location="${lib}/icu4j-60.1.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.2.jar" />

Binary file not shown.

Binary file not shown.

@ -411,7 +411,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.6</version>
<version>4.4.8</version>
<type>jar</type>
</dependency>
<dependency>

Loading…
Cancel
Save