Skip to content

Commit

Permalink
Java: Upgrading httpcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 7, 2016
1 parent 4e277f1 commit f9347cd
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 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 @@ -17,14 +17,14 @@
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.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.2.1.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.2.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-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/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-io/commons-io-2.4.jar" sourcepath="/third-party/java/commons-io/commons-io-2.4-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.4.jar" sourcepath="/third-party/java/commons/commons-lang3-3.4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpmime-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpmime-4.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/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.18.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.3.1.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.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-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/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
18 changes: 9 additions & 9 deletions third_party/java/httpcomponents/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ java_library(

prebuilt_jar(
name = 'client',
maven_coords = 'org.apache.httpcomponents:httpclient:jar:4.5.1',
binary_jar = 'httpclient-4.5.1.jar',
source_jar = 'httpclient-4.5.1-sources.jar',
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',
deps = [
':core',
'//third_party/java/commons-codec:commons-codec',
Expand All @@ -26,15 +26,15 @@ prebuilt_jar(

prebuilt_jar(
name = 'core',
maven_coords = 'org.apache.httpcomponents:httpcore:jar:4.4.3',
binary_jar = 'httpcore-4.4.3.jar',
source_jar = 'httpcore-4.4.3-sources.jar',
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',
)

prebuilt_jar(
name = 'mime',
maven_coords = 'org.apache.httpcomponents:httpmime:jar:4.5',
binary_jar = 'httpmime-4.5.jar',
source_jar = 'httpmime-4.5-sources.jar',
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',
)

6 changes: 3 additions & 3 deletions third_party/java/httpcomponents/build.desc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
java_library(name = "httpclient",
deps = [
"httpclient-4.5.1.jar",
"httpcore-4.4.3.jar",
"httpmime-4.5.jar",
"httpclient-4.5.2.jar",
"httpcore-4.4.4.jar",
"httpmime-4.5.2.jar",
"//third_party/java/apache-mime4j",
"//third_party/java/commons-codec",
"//third_party/java/commons-logging"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f9347cd

Please sign in to comment.