Skip to content

Commit

Permalink
Updating httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 8, 2017
1 parent 911a558 commit ebcdc9f
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .idea/libraries/commons_httpclient.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-3.2.4.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.4.0.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.4.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.2-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.4.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.6.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.6-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.5.jar" sourcepath="/third-party/java/commons-io/commons-io-2.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-codec/commons-codec-1.10.jar" sourcepath="/third-party/java/commons-codec/commons-codec-1.10-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/css/sac-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons/commons-lang3-3.5.jar" sourcepath="/third-party/java/commons/commons-lang3-3.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5.2-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.2.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.2-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.21.jar"/>
<classpathentry kind="lib" path="/third-party/java/xerces/xercesImpl-2.11.0.jar" sourcepath="/third-party/java/xerces/xercesImpl-2.11.0-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.2-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.4.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.3.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.6.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.6-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions rake-tasks/buck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def self.download
out_dir = File.dirname out
FileUtils.mkdir_p(out_dir) unless File.exist?(out_dir)

require "third_party/java/httpcomponents/httpcore-4.4.4"
require "third_party/java/httpcomponents/httpclient-4.5.2"
require "third_party/java/httpcomponents/httpcore-4.4.6"
require "third_party/java/httpcomponents/httpclient-4.5.3"
require "third_party/java/commons-logging/commons-logging-1.2"
require "third_party/java/commons-io/commons-io-2.5"

Expand Down
18 changes: 9 additions & 9 deletions third_party/java/httpcomponents/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'httpclient',
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.2',
binary_jar = 'httpclient-4.5.2.jar',
source_jar = 'httpclient-4.5.2-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.3',
binary_jar = 'httpclient-4.5.3.jar',
source_jar = 'httpclient-4.5.3-sources.jar',
deps = [
':httpcore',
'//third_party/java/commons-codec:commons-codec',
Expand All @@ -19,9 +19,9 @@ prebuilt_jar(

prebuilt_jar(
name = 'httpcore',
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.4',
binary_jar = 'httpcore-4.4.4.jar',
source_jar = 'httpcore-4.4.4-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.6',
binary_jar = 'httpcore-4.4.6.jar',
source_jar = 'httpcore-4.4.6-sources.jar',
visibility = [
# Only made visible because of a bug in prebuilt_jar not exporting deps
'//java/client/src/org/openqa/selenium/remote:remote-lib',
Expand All @@ -30,9 +30,9 @@ prebuilt_jar(

prebuilt_jar(
name = 'httpmime',
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5.2',
binary_jar = 'httpmime-4.5.2.jar',
source_jar = 'httpmime-4.5.2-sources.jar',
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5.3',
binary_jar = 'httpmime-4.5.3.jar',
source_jar = 'httpmime-4.5.3-sources.jar',
deps = [
':httpclient'
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed third_party/java/httpcomponents/httpcore-4.4.4.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ebcdc9f

Please sign in to comment.