Skip to content

Commit a4a1a32

Browse files
committed
[java] Fixing bazel dependencies for netty client
1 parent c5388e5 commit a4a1a32

File tree

2 files changed

+2
-2
lines changed
  • java/client/src/org/openqa/selenium/remote/http/netty
  • third_party/java/netty-reactive-streams

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ java_library(
1010
"//third_party/java/guava",
1111
"//third_party/java/netty:netty-all",
1212
"//third_party/java/async-http-client",
13-
"//third_party/java/reactive-streams",
13+
"//third_party/java/netty-reactive-streams",
1414
],
1515
)

third_party/java/netty-reactive-streams/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ maven_java_import(
1212
jar = "netty-reactive-streams-%s.jar" % VERSION,
1313
srcjar = "netty-reactive-streams-%s-sources.jar" % VERSION,
1414
deps = [
15-
"//third_party/java/reactive-sreams",
15+
"//third_party/java/reactive-streams",
1616
],
1717
)

0 commit comments

Comments
 (0)