Remove reference to Netty 5

grpc-java now depends on Netty 4.1. Simply removing the version doesn't seem to reduce the doc's usefulness but also prevents needing to update it as much.
This commit is contained in:
Eric Anderson 2015-03-16 12:27:24 -07:00
parent 79b445cbb3
commit 3f1a24633a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ PREREQUISITES
- [Java 8](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html) - [Java 8](http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html)
- [Maven 3.2 or later](http://maven.apache.org/download.cgi). - [Maven 3.2 or later](http://maven.apache.org/download.cgi).
- this is needed to install Netty5, a dependency of gRPC - this is needed to install Netty, a dependency of gRPC
INSTALL INSTALL
------- -------