Repository: cloudstack Updated Branches: refs/heads/master e8f1c5921 -> ff797dfa5
CLOUDSTACK-7679: bump up the RabbitMQ AMQP java client version from 2.8.7 to 3.3.5 3.3.5 is the latest stable version of AMQP client, which is also backward comaptible. Successfully tested with updated client library. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ff797dfa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ff797dfa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ff797dfa Branch: refs/heads/master Commit: ff797dfa5943c4e02acc87466c4638e97d2c2eb0 Parents: e8f1c59 Author: Murali Reddy <muralimmre...@gmail.com> Authored: Tue Oct 7 15:14:01 2014 +0530 Committer: Murali Reddy <muralimmre...@gmail.com> Committed: Tue Oct 7 15:14:01 2014 +0530 ---------------------------------------------------------------------- plugins/event-bus/rabbitmq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ff797dfa/plugins/event-bus/rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/event-bus/rabbitmq/pom.xml b/plugins/event-bus/rabbitmq/pom.xml index 8002e23..ab7c267 100644 --- a/plugins/event-bus/rabbitmq/pom.xml +++ b/plugins/event-bus/rabbitmq/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> - <version>2.8.7</version> + <version>3.3.5</version> </dependency> <dependency> <groupId>org.apache.cloudstack</groupId>