Go back to netty 4.0.24 as 4.0.25 fails in OSGi - https://github.com/netty/netty/issues/3302
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e0d65744 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e0d65744 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e0d65744 Branch: refs/heads/master Commit: e0d65744583ec34589cc46f880a7ac8061ace31e Parents: b7c37e5 Author: Claus Ibsen <[email protected]> Authored: Fri Jan 2 10:05:56 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Jan 2 10:05:56 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e0d65744/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4423a25..e1c416b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -343,7 +343,7 @@ <mybatis-version>3.2.8</mybatis-version> <neethi-bundle-version>3.0.1</neethi-bundle-version> <netty3-version>3.9.6.Final</netty3-version> - <netty-version>4.0.25.Final</netty-version> + <netty-version>4.0.24.Final</netty-version> <noggit-bundle-version>0.5_1</noggit-bundle-version> <!-- should be in-sync with deltaspike --> <openwebbeans-version>1.2.0</openwebbeans-version>
