Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit c82162e

Browse files
committed
Drop dependency to mochiweb
mochiweb_util is provided by rabbitmq-common.
1 parent 8b0389d commit c82162e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT = rabbitmq_auth_backend_http
22

3-
DEPS = rabbit_common rabbit amqp_client mochiweb
3+
DEPS = rabbit_common rabbit amqp_client
44

55
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
66

src/rabbitmq_auth_backend_http.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
{user_path, "http://localhost:8000/auth/user"},
1010
{vhost_path, "http://localhost:8000/auth/vhost"},
1111
{resource_path, "http://localhost:8000/auth/resource"}] },
12-
{applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client, mochiweb]}]}.
12+
{applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client]}]}.

0 commit comments

Comments
 (0)