This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 7b4af44 CAMEL-12231 - Camel-Amqp: Use Netty 4.1.x since Qpid-jms-client now use that version 7b4af44 is described below commit 7b4af44fcca3d27e1cfdbf7e75a5f6cf9b135a8d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 6 11:41:44 2018 +0100 CAMEL-12231 - Camel-Amqp: Use Netty 4.1.x since Qpid-jms-client now use that version --- components/camel-amqp/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index 029007e..f5910a0 100644 --- a/components/camel-amqp/pom.xml +++ b/components/camel-amqp/pom.xml @@ -67,27 +67,27 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> - <version>${netty40-version}</version> + <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> - <version>${netty40-version}</version> + <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>${netty40-version}</version> + <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> - <version>${netty40-version}</version> + <version>${netty-version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> - <version>${netty40-version}</version> + <version>${netty-version}</version> </dependency> <!-- testing --> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.