Skip to content

Commit 8b21ec7

Browse files
adamgouchershs96c
authored andcommitted
Add Netty Client to main jar (#7743)
There was a missing dependency on the Netty client so -Dwebdriver.http.factory=netty would just lead to tears. (And a class not found exception) Fixes #7743
1 parent 95bb2fb commit 8b21ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/src/org/openqa/selenium/remote/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ java_export(
8686
"//java/client/src/org/openqa/selenium/io",
8787
"//java/client/src/org/openqa/selenium/os",
8888
"//java/client/src/org/openqa/selenium/remote/http/okhttp",
89+
"//java/client/src/org/openqa/selenium/remote/http/netty",
8990
"//third_party/java/bytebuddy:byte-buddy",
9091
"//third_party/java/guava",
9192
],

0 commit comments

Comments
 (0)