From b05b04a81c9653c2e7a1797d960a8b36159aa191 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Thu, 1 Sep 2011 16:48:32 -0500 Subject: [PATCH] Add AMQP client applications to release dependencies. --- bot.rel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.rel b/bot.rel index 8f161a8..ae65677 100644 --- a/bot.rel +++ b/bot.rel @@ -3,6 +3,8 @@ [{kernel, "2.13.4"}, {stdlib, "1.16.4"}, {sasl, "2.1.8"}, + {rabbit_common, "0.0.0"}, + {amqp_client, "0.0.0"}, {core, "2"}, {amqp, "1"}, {irc, "4"}] -- 2.11.0