We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aae4a commit c0327b5Copy full SHA for c0327b5
netty/BUILD.bazel
@@ -12,7 +12,6 @@ java_library(
12
deps = [
13
"//api",
14
"//core:internal",
15
- "//util",
16
artifact("com.google.code.findbugs:jsr305"),
17
artifact("com.google.errorprone:error_prone_annotations"),
18
artifact("com.google.guava:guava"),
netty/build.gradle
@@ -18,8 +18,7 @@ tasks.named("jar").configure {
dependencies {
19
api project(':grpc-api'),
20
libraries.netty.codec.http2
21
- implementation project(':grpc-util'),
22
- project(':grpc-core'),
+ implementation project(':grpc-core'),
23
libs.netty.handler.proxy,
24
libraries.guava,
25
libraries.errorprone.annotations,
0 commit comments