You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/24 16:56:38 UTC

[flink-shaded] branch master updated: [FLINK-3952] Bump netty to 4.1.24 and drop netty-router

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


The following commit(s) were added to refs/heads/master by this push:
     new 149cec8  [FLINK-3952] Bump netty to 4.1.24 and drop netty-router
149cec8 is described below

commit 149cec8fc3ffdcc8ef080533ea0a9ee33ee008a3
Author: Piotr Nowojski <pi...@gmail.com>
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>

-- 
To stop receiving notification emails like this one, please contact
chesnay@apache.org.