Server dependency is no longer needed
This commit is contained in:
parent
a879c2a185
commit
8f14dd743c
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue