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

Commit a1fdebe

Browse files
committed
rabbitmq_auth_backend_http.app: Depend on rabbit_common and rabbit
1 parent f6650ef commit a1fdebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, amqp_client, mochiweb]}]}.
12+
{applications, [kernel, stdlib, inets, rabbit_common, rabbit, amqp_client, mochiweb]}]}.

0 commit comments

Comments
 (0)