Skip to content

Commit

Permalink
[java] Fixing bazel dependencies for netty client
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 8, 2019
1 parent c5388e5 commit a4a1a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ java_library(
"//third_party/java/guava",
"//third_party/java/netty:netty-all",
"//third_party/java/async-http-client",
"//third_party/java/reactive-streams",
"//third_party/java/netty-reactive-streams",
],
)
2 changes: 1 addition & 1 deletion third_party/java/netty-reactive-streams/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ maven_java_import(
jar = "netty-reactive-streams-%s.jar" % VERSION,
srcjar = "netty-reactive-streams-%s-sources.jar" % VERSION,
deps = [
"//third_party/java/reactive-sreams",
"//third_party/java/reactive-streams",
],
)

0 comments on commit a4a1a32

Please sign in to comment.