upd to httpclient-4.5.5

pull/167/head
reger 7 years ago
parent eb20589e29
commit 73c6ce7ae5

@ -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.8.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.9.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>
@ -58,8 +58,8 @@
<classpathentry kind="lib" path="lib/jetty-util-9.4.8.v20171121.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.4.8.v20171121.jar"/>
<classpathentry kind="lib" path="lib/jetty-xml-9.4.8.v20171121.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.4.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.4.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.5.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.5.jar"/>
<classpathentry kind="lib" path="lib/noggit-0.6.jar"/>
<classpathentry kind="lib" path="lib/stax2-api-3.1.4.jar"/>
<classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.jar"/>

@ -188,9 +188,9 @@
<pathelement location="${lib}/fontbox-2.0.8.jar" />
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.4.jar" />
<pathelement location="${lib}/httpcore-4.4.8.jar" />
<pathelement location="${lib}/httpmime-4.5.4.jar" />
<pathelement location="${lib}/httpclient-4.5.5.jar" />
<pathelement location="${lib}/httpcore-4.4.9.jar" />
<pathelement location="${lib}/httpmime-4.5.5.jar" />
<pathelement location="${lib}/icu4j-60.2.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.2.jar" />
<pathelement location="${lib}/imageio-core-3.3.2.jar" />

Binary file not shown.

Binary file not shown.

@ -406,19 +406,19 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.4</version>
<version>4.5.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.8</version>
<version>4.4.9</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.4</version>
<version>4.5.5</version>
<type>jar</type>
</dependency>
<dependency>

Loading…
Cancel
Save