eldap-wrapper is useless now that Erlang R16B is required

Fixes #10.
This commit is contained in:
Jean-Sébastien Pédron 2015-08-03 18:53:05 +02:00
parent 280c1aa973
commit ec977c4383
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
RELEASABLE:=true
DEPS:=rabbitmq-server rabbitmq-erlang-client eldap-wrapper
DEPS:=rabbitmq-server rabbitmq-erlang-client
ifeq ($(shell nc -z localhost 389 && echo true),true)
WITH_BROKER_TEST_COMMANDS:=eunit:test([rabbit_auth_backend_ldap_unit_test,rabbit_auth_backend_ldap_test],[verbose])