Skip to content

Commit c0327b5

Browse files
committed
revert unintended
1 parent 95aae4a commit c0327b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

netty/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ java_library(
1212
deps = [
1313
"//api",
1414
"//core:internal",
15-
"//util",
1615
artifact("com.google.code.findbugs:jsr305"),
1716
artifact("com.google.errorprone:error_prone_annotations"),
1817
artifact("com.google.guava:guava"),

netty/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ tasks.named("jar").configure {
1818
dependencies {
1919
api project(':grpc-api'),
2020
libraries.netty.codec.http2
21-
implementation project(':grpc-util'),
22-
project(':grpc-core'),
21+
implementation project(':grpc-core'),
2322
libs.netty.handler.proxy,
2423
libraries.guava,
2524
libraries.errorprone.annotations,

0 commit comments

Comments
 (0)