You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/04/27 11:12:20 UTC

flink git commit: [runtime] Bump Netty version to 4.27.Final and add javassist

Repository: flink
Updated Branches:
  refs/heads/master a2c9cbbd8 -> fceb90a3e


[runtime] Bump Netty version to 4.27.Final and add javassist

This closes #617.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fceb90a3
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fceb90a3
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/fceb90a3

Branch: refs/heads/master
Commit: fceb90a3ec574d894c2e75f405baeaa65ab3548d
Parents: a2c9cbb
Author: Ufuk Celebi <uc...@apache.org>
Authored: Wed Apr 22 14:50:38 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Mon Apr 27 11:11:54 2015 +0200

----------------------------------------------------------------------
 flink-runtime/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/fceb90a3/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 05f22a5..5990c32 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -94,7 +94,14 @@ under the License.
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-all</artifactId>
-			<version>4.0.26.Final</version>
+			<version>4.0.27.Final</version>
+		</dependency>
+
+		<!-- See: https://groups.google.com/forum/#!msg/netty/-aAPDBNUnDg/SkGOXL2Ma2QJ -->
+		<dependency>
+			<groupId>org.javassist</groupId>
+			<artifactId>javassist</artifactId>
+			<!-- Version is set in root POM -->
 		</dependency>
 
 		<dependency>