2017-06-09 08:24:16 +08:00
|
|
|
PROJECT = rabbitmq_peer_discovery_etcd
|
|
|
|
PROJECT_DESCRIPTION = etcd-based RabbitMQ peer discovery backend
|
|
|
|
|
2020-04-01 06:41:55 +08:00
|
|
|
DEPS = rabbit_common rabbitmq_peer_discovery_common rabbit eetcd gun
|
2017-08-31 19:56:13 +08:00
|
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers ct_helper meck
|
2017-06-09 08:24:16 +08:00
|
|
|
dep_ct_helper = git https://github.com/extend/ct_helper.git master
|
2024-12-23 23:52:16 +08:00
|
|
|
dep_eetcd = hex 0.5.0
|
2017-06-09 08:24:16 +08:00
|
|
|
|
2018-03-15 01:21:27 +08:00
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
2017-06-09 08:24:16 +08:00
|
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
|
|
|
|
2021-03-22 17:38:17 +08:00
|
|
|
include ../../rabbitmq-components.mk
|
|
|
|
include ../../erlang.mk
|