Skip to content

Commit be8a6fd

Browse files
committed
Bump the version of httpclient to 4.5.1 (including updating deps)
This also adds the BUCK files "maven_coords".
1 parent 06a8a62 commit be8a6fd

File tree

19 files changed

+56
-31
lines changed

19 files changed

+56
-31
lines changed

.idea/libraries/commons_httpclient.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/commons_logging.xml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<classpathentry kind="lib" path="/third-party/java/cglib/cglib-nodep-2.1_3.jar"/>
1717
<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"/>
1818
<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"/>
19-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5-sources.jar"/>
20-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.1.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.1-sources.jar"/>
21-
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
19+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
20+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-sources.jar"/>
21+
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
2222
<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"/>
2323
<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"/>
2424
<classpathentry kind="lib" path="/third-party/java/css/sac-1.3.jar"/>

java/client/src/org/openqa/selenium/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
java_library(name = 'webdriver-api',
2+
maven_coords = "org.seleniumhq.selenium:selenium-api:2.49.0",
23
exported_deps = [
34
':beta',
45
':core',

java/server/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
77
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.3.1.jar"/>
88
<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"/>
9-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5-sources.jar"/>
10-
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.1.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.1-sources.jar"/>
9+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.1.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.1-sources.jar"/>
10+
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.3.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.3-sources.jar"/>
1111
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
1212
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcprov-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcprov-jdk15on-1.48-sources.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked-5.jar" sourcepath="/third-party/java/jetty/jetty-repacked-5-sources.jar"/>
16-
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.1.3.jar"/>
16+
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
1717
<classpathentry kind="lib" path="/third-party/java/mx4j/mx4j-tools-3.0.1.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>

third_party/java/commons-codec/BUCK

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
prebuilt_jar(name = 'commons-codec',
1+
prebuilt_jar(
2+
name = 'commons-codec',
3+
maven_coords = 'commons-codec:commons-codec:jar:1.10',
24
binary_jar = 'commons-codec-1.10.jar',
3-
source_jar = 'commons-codec-1.10-sources.jar',
5+
source_jar = 'commons-codec-1.10.jar',
46
visibility = [
5-
'//third_party/java/...',
7+
'//third_party/java/...'
68
],
79
)
10+

third_party/java/commons-logging/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
prebuilt_jar(name = 'commons-logging',
2-
binary_jar = 'commons-logging-1.1.3.jar',
1+
prebuilt_jar(
2+
name = 'commons-logging',
3+
maven_coords = 'commons-logging:commons-logging:jar:1.2',
4+
binary_jar = 'commons-logging-1.2.jar',
5+
source_jar = 'commons-logging-1.2-sources.jar',
36
visibility = [
47
'//java/server/src/org/openqa/selenium/remote/server:sessions',
58
'//java/server/src/org/openqa/selenium/server:server',
69
'//third_party/java/...',
710
],
811
)
12+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
java_library(name = "commons-logging",
22
deps = [
3-
"commons-logging-1.1.3.jar"
3+
"commons-logging-1.2.jar"
44
]
55
)
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)