mirror of https://github.com/grpc/grpc-java.git
hpack is no longer a direct dependency
It isn't even a dependency of Netty, now that Netty has forked the code.
This commit is contained in:
parent
b752e76858
commit
8d43880356
|
|
@ -1,7 +1,6 @@
|
|||
description = "gRPC: Netty"
|
||||
dependencies {
|
||||
compile project(':grpc-core'),
|
||||
libraries.hpack,
|
||||
libraries.netty
|
||||
|
||||
// Tests depend on base class defined by core module.
|
||||
|
|
|
|||
Loading…
Reference in New Issue