Server dependency is no longer needed

This commit is contained in:
Michael Klishin 2016-05-26 01:55:00 +03:00
parent a879c2a185
commit 8f14dd743c
1 changed files with 0 additions and 6 deletions

View File

@ -53,12 +53,6 @@ defmodule RabbitMQCtl.Mixfile do
git: "https://github.com/rabbitmq/rabbitmq-common.git",
branch: "master"
},
# for test helper(s) that close connections and so on
# {
# :rabbit,
# git: "https://github.com/rabbitmq/rabbitmq-server.git",
# branch: "stable"
# },
{
:amqp_client,
git: "https://github.com/rabbitmq/rabbitmq-erlang-client.git",