Makefile: Add rabbit_common to BUILD_DEPS
It's required for the Erlang.mk plugins.
This commit is contained in:
parent
16c3866d7a
commit
b7a4e4daec
|
|
@ -1,5 +1,6 @@
|
|||
PROJECT = rabbitmq_auth_backend_uaa
|
||||
|
||||
BUILD_DEPS = rabbit_common
|
||||
DEPS = amqp_client uaa_jwt rabbit
|
||||
TEST_DEPS = cowboy rabbitmq_web_dispatch rabbitmq_ct_helpers jose
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue