diff --git a/.idea/libraries/http_client.xml b/.idea/libraries/http_client.xml new file mode 100644 index 000000000000..d4e6547729f9 --- /dev/null +++ b/.idea/libraries/http_client.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index d76abb76a4d6..5502dfdc45bc 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -165,8 +165,7 @@ libraryLicense(name: "Apache Commons Codec", libraryName: "commons-codec", versi libraryLicense(name: "Apache Commons Compress", libraryName: "commons-compress", version: "1.0", license: "Apache 2.0", url: "http://commons.apache.org/proper/commons-compress/", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0") libraryLicense(name: "Apache Commons Discovery", libraryName: "commons-discovery-0.4.jar", version: "0.4", license: "Apache 2.0", url: "http://jakarta.apache.org/commons/discovery/", licenseUrl: "http://commons.apache.org/license.html") libraryLicense(name: "Apache Commons HTTPClient", libraryName: "http-client-3.1", version: "3.1  (with patch by JetBrains)", license: "Apache 2.0", url: "http://hc.apache.org/httpclient-3.x") -libraryLicense(name: "HttpComponents HttpClient", libraryName: "http-client", version: "4.1.1", license: "Apache 2.0", url: "http://hc.apache.org/httpcomponents-client-ga/index.html") -libraryLicense(name: "HttpComponents HttpClient", libraryName: "httpclient-4.2.5", version: "4.2.5", license: "Apache 2.0", url: "http://hc.apache.org/httpcomponents-client-ga/index.html") +libraryLicense(name: "HttpComponents HttpClient", libraryName: "http-client", version: "4.3.1", license: "Apache 2.0", url: "http://hc.apache.org/httpcomponents-client-ga/index.html") libraryLicense(name: "Apache Commons Net", libraryName: "commons-net", version: "3.1", license: "Apache 2.0", url: "http://commons.apache.org/net/") libraryLicense(name: "Apache Commons Logging", libraryName: "commons-logging", version: "1.1.1", license: "Apache 2.0", url: "http://commons.apache.org/logging/") libraryLicense(name: "Apache Commons IO", libraryName: "commons-io-1.4.jar", version: "1.4", license: "Apache 2.0", url: "http://commons.apache.org/io/", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0.txt") diff --git a/lib/fluent-hc-4.3.1.jar b/lib/fluent-hc-4.3.1.jar new file mode 100644 index 000000000000..d0e9e868aa69 Binary files /dev/null and b/lib/fluent-hc-4.3.1.jar differ diff --git a/lib/httpclient-4.3.1.jar b/lib/httpclient-4.3.1.jar new file mode 100644 index 000000000000..9b47364a59ed Binary files /dev/null and b/lib/httpclient-4.3.1.jar differ diff --git a/lib/httpcore-4.3.jar b/lib/httpcore-4.3.jar new file mode 100644 index 000000000000..e5da4578a473 Binary files /dev/null and b/lib/httpcore-4.3.jar differ diff --git a/lib/httpmime-4.3.1.jar b/lib/httpmime-4.3.1.jar new file mode 100644 index 000000000000..f6ee60e26043 Binary files /dev/null and b/lib/httpmime-4.3.1.jar differ diff --git a/lib/src/httpcomponents-client-4.3.1-src.zip b/lib/src/httpcomponents-client-4.3.1-src.zip new file mode 100644 index 000000000000..6511fb68fc2c Binary files /dev/null and b/lib/src/httpcomponents-client-4.3.1-src.zip differ diff --git a/lib/src/httpcomponents-core-4.3-src.zip b/lib/src/httpcomponents-core-4.3-src.zip new file mode 100644 index 000000000000..6e1fb2491d82 Binary files /dev/null and b/lib/src/httpcomponents-core-4.3-src.zip differ