upd to httpclient-4.5.4 and httpmime-4.5.4

pull/154/head
reger 7 years ago
parent 6db7f5525b
commit 270b77074e

@ -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.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.3.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/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.3.jar" />
<pathelement location="${lib}/httpclient-4.5.4.jar" />
<pathelement location="${lib}/httpcore-4.4.8.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
<pathelement location="${lib}/httpmime-4.5.4.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.

Binary file not shown.

Binary file not shown.

@ -405,7 +405,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
<type>jar</type>
</dependency>
<dependency>
@ -417,7 +417,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.3</version>
<version>4.5.4</version>
<type>jar</type>
</dependency>
<dependency>

Loading…
Cancel
Save