Drop dependency to mochiweb

mochiweb_util is provided by rabbitmq-common.
This commit is contained in:
Jean-Sébastien Pédron 2016-12-02 15:43:15 +01:00
parent eea1bbefe3
commit fcaee75d74
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PROJECT = rabbitmq_auth_backend_http
DEPS = rabbit_common rabbit amqp_client mochiweb
DEPS = rabbit_common rabbit amqp_client
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

View File

@ -9,4 +9,4 @@
{user_path, "http://localhost:8000/auth/user"},
{vhost_path, "http://localhost:8000/auth/vhost"},
{resource_path, "http://localhost:8000/auth/resource"}] },
{applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client, mochiweb]}]}.
{applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client]}]}.