diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -109,6 +109,8 @@ define PROJECT_ENV %% used by rabbit_peer_discovery_classic_config {cluster_nodes, {[], disc}}, + {load_definitions, none}, + {config_entry_decoder, [{passphrase, undefined}]}, %% rabbitmq-server#973 @@ -133,7 +135,7 @@ define PROJECT_ENV ] endef -LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools +LOCAL_DEPS = sasl mnesia os_mon inets compiler public_key crypto ssl syntax_tools xmerl BUILD_DEPS = rabbitmq_cli syslog DEPS = ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper |
