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:
Eric Anderson 2016-02-16 14:54:17 -08:00
parent b752e76858
commit 8d43880356
1 changed files with 0 additions and 1 deletions

View File

@ -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.