From 3f1a24633aae89da1181449e17b653450f3caf9b Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 16 Mar 2015 12:27:24 -0700 Subject: [PATCH] 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. --- java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/README.md b/java/README.md index 9dbe6786336..8aa58f1f904 100644 --- a/java/README.md +++ b/java/README.md @@ -7,7 +7,7 @@ PREREQUISITES - [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). - - this is needed to install Netty5, a dependency of gRPC + - this is needed to install Netty, a dependency of gRPC INSTALL -------