Skip to content

Commit 8664401

Browse files
committed
Adding a missing dependency for proxy-relatedt tests
1 parent 84b6375 commit 8664401

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

java/client/test/org/openqa/selenium/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ java_library(
112112
"//java/client/test/org/openqa/selenium/testing:test-base",
113113
"//java/client/test/org/openqa/selenium/testing/drivers",
114114
artifact("com.google.guava:guava"),
115+
artifact("io.netty:netty-codec-haproxy"),
115116
artifact("io.netty:netty-codec-http"),
116117
artifact("io.netty:netty-transport"),
117118
artifact("javax.servlet:javax.servlet-api"),

java/maven_deps.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def selenium_java_deps():
1717
"com.squareup.okhttp3:okhttp:4.3.0",
1818
"com.typesafe.netty:netty-reactive-streams:2.0.4",
1919
"io.netty:netty-buffer:%s" % netty_version,
20+
"io.netty:netty-codec-haproxy:%s" % netty_version,
2021
"io.netty:netty-codec-http:%s" % netty_version,
2122
"io.netty:netty-handler:%s" % netty_version,
2223
"io.netty:netty-transport:%s" % netty_version,

java/maven_install.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependency_tree": {
3-
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": -88921386,
3+
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": -702764252,
44
"conflict_resolution": {},
55
"dependencies": [
66
{
@@ -1018,6 +1018,62 @@
10181018
"sha256": "5d489f0e38b871694dc7d0a0023719453cd312bc3e689d531f4613c7c6edc574",
10191019
"url": "https://repo1.maven.org/maven2/io/netty/netty-codec-dns/4.1.42.Final/netty-codec-dns-4.1.42.Final-sources.jar"
10201020
},
1021+
{
1022+
"coord": "io.netty:netty-codec-haproxy:4.1.44.Final",
1023+
"dependencies": [
1024+
"io.netty:netty-resolver:4.1.44.Final",
1025+
"io.netty:netty-codec:4.1.44.Final",
1026+
"io.netty:netty-buffer:4.1.44.Final",
1027+
"io.netty:netty-transport:4.1.44.Final",
1028+
"io.netty:netty-common:4.1.44.Final"
1029+
],
1030+
"directDependencies": [
1031+
"io.netty:netty-buffer:4.1.44.Final",
1032+
"io.netty:netty-codec:4.1.44.Final",
1033+
"io.netty:netty-transport:4.1.44.Final"
1034+
],
1035+
"exclusions": [
1036+
"org.hamcrest:hamcrest-all",
1037+
"org.hamcrest:hamcrest-core",
1038+
"io.netty:netty-all"
1039+
],
1040+
"file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final.jar",
1041+
"mirror_urls": [
1042+
"https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final.jar",
1043+
"https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final.jar",
1044+
"https://maven.google.com/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final.jar"
1045+
],
1046+
"sha256": "40ff34bd87c1714e3ac3b2300b20b7cd1bc41ed84ff242af83f3c2e1c7fab0fe",
1047+
"url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final.jar"
1048+
},
1049+
{
1050+
"coord": "io.netty:netty-codec-haproxy:jar:sources:4.1.44.Final",
1051+
"dependencies": [
1052+
"io.netty:netty-resolver:jar:sources:4.1.44.Final",
1053+
"io.netty:netty-buffer:jar:sources:4.1.44.Final",
1054+
"io.netty:netty-common:jar:sources:4.1.44.Final",
1055+
"io.netty:netty-codec:jar:sources:4.1.44.Final",
1056+
"io.netty:netty-transport:jar:sources:4.1.44.Final"
1057+
],
1058+
"directDependencies": [
1059+
"io.netty:netty-buffer:jar:sources:4.1.44.Final",
1060+
"io.netty:netty-codec:jar:sources:4.1.44.Final",
1061+
"io.netty:netty-transport:jar:sources:4.1.44.Final"
1062+
],
1063+
"exclusions": [
1064+
"org.hamcrest:hamcrest-all",
1065+
"org.hamcrest:hamcrest-core",
1066+
"io.netty:netty-all"
1067+
],
1068+
"file": "v1/https/repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final-sources.jar",
1069+
"mirror_urls": [
1070+
"https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final-sources.jar",
1071+
"https://jcenter.bintray.com/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final-sources.jar",
1072+
"https://maven.google.com/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final-sources.jar"
1073+
],
1074+
"sha256": "aaeb4025fa07b5427b4081cc74b8ce5451b6a9215591ab9a04f4cde12a86578a",
1075+
"url": "https://repo1.maven.org/maven2/io/netty/netty-codec-haproxy/4.1.44.Final/netty-codec-haproxy-4.1.44.Final-sources.jar"
1076+
},
10211077
{
10221078
"coord": "io.netty:netty-codec-http:4.1.44.Final",
10231079
"dependencies": [

0 commit comments

Comments
 (0)