upd to httpcore-4.4.5.jar

pull/60/head
reger 9 years ago
parent c7e2f08f2d
commit 3ee2c417f3

@ -31,7 +31,7 @@
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.18.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.18.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.18.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.4.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.5.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.9.1.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.2.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>

@ -177,7 +177,7 @@
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.2.jar" />
<pathelement location="${lib}/httpcore-4.4.4.jar" />
<pathelement location="${lib}/httpcore-4.4.5.jar" />
<pathelement location="${lib}/httpmime-4.5.2.jar" />
<pathelement location="${lib}/icu4j-57_1.jar" />
<pathelement location="${lib}/imageio-bmp-3.2.1.jar" />

Binary file not shown.

Binary file not shown.

@ -368,7 +368,8 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<version>4.4.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>

Loading…
Cancel
Save