Skip to content

Commit

Permalink
bump to HTTPclient-4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaebel committed Jan 8, 2019
1 parent 915080e commit eeae816
Show file tree
Hide file tree
Showing 12 changed files with 1,683 additions and 602 deletions.
6 changes: 3 additions & 3 deletions .classpath
Expand Up @@ -29,7 +29,7 @@
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/> <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.25.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.25.jar"/> <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.9.jar"/> <classpathentry kind="lib" path="lib/httpcore-4.4.10.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.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/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/> <classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>
Expand Down Expand Up @@ -59,8 +59,8 @@
<classpathentry kind="lib" path="lib/jetty-util-9.4.14.v20181114.jar"/> <classpathentry kind="lib" path="lib/jetty-util-9.4.14.v20181114.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.4.14.v20181114.jar"/> <classpathentry kind="lib" path="lib/jetty-webapp-9.4.14.v20181114.jar"/>
<classpathentry kind="lib" path="lib/jetty-xml-9.4.14.v20181114.jar"/> <classpathentry kind="lib" path="lib/jetty-xml-9.4.14.v20181114.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.5.jar"/> <classpathentry kind="lib" path="lib/httpclient-4.5.6.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.5.jar"/> <classpathentry kind="lib" path="lib/httpmime-4.5.6.jar"/>
<classpathentry kind="lib" path="lib/noggit-0.6.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/stax2-api-3.1.4.jar"/>
<classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.jar"/> <classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -190,9 +190,9 @@
<pathelement location="${lib}/fontbox-2.0.11.jar" /> <pathelement location="${lib}/fontbox-2.0.11.jar" />
<pathelement location="${lib}/guava-18.0.jar" /> <pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" /> <pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.5.jar" /> <pathelement location="${lib}/httpclient-4.5.6.jar" />
<pathelement location="${lib}/httpcore-4.4.9.jar" /> <pathelement location="${lib}/httpcore-4.4.10.jar" />
<pathelement location="${lib}/httpmime-4.5.5.jar" /> <pathelement location="${lib}/httpmime-4.5.6.jar" />
<pathelement location="${lib}/icu4j-62.1.jar" /> <pathelement location="${lib}/icu4j-62.1.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.2.jar" /> <pathelement location="${lib}/imageio-bmp-3.3.2.jar" />
<pathelement location="${lib}/imageio-core-3.3.2.jar" /> <pathelement location="${lib}/imageio-core-3.3.2.jar" />
Expand Down
558 changes: 558 additions & 0 deletions lib/httpclient-4.5.6.License

Large diffs are not rendered by default.

Binary file not shown.
176 changes: 0 additions & 176 deletions lib/httpclient-4.5.License

This file was deleted.

0 comments on commit eeae816

Please sign in to comment.