This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 149cec8fc3ffdcc8ef080533ea0a9ee33ee008a3 Author: Piotr Nowojski <[email protected]> AuthorDate: Thu May 24 11:44:48 2018 +0200 [FLINK-3952] Bump netty to 4.1.24 and drop netty-router --- flink-shaded-netty-4/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/flink-shaded-netty-4/pom.xml b/flink-shaded-netty-4/pom.xml index 3ac5c25..0aa734b 100644 --- a/flink-shaded-netty-4/pom.xml +++ b/flink-shaded-netty-4/pom.xml @@ -34,7 +34,7 @@ under the License. <version>${netty.version}-4.0</version> <properties> - <netty.version>4.0.56.Final</netty.version> + <netty.version>4.1.24.Final</netty.version> </properties> <dependencies> @@ -43,12 +43,6 @@ under the License. <artifactId>netty-all</artifactId> <version>${netty.version}</version> </dependency> - - <dependency> - <groupId>tv.cntt</groupId> - <artifactId>netty-router</artifactId> - <version>1.10</version> - </dependency> </dependencies> <build> @@ -101,4 +95,4 @@ under the License. </build> -</project> \ No newline at end of file +</project>
