diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-06-15 16:10:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 16:10:18 +0300 |
| commit | 1de9c89d34c65145cad487ef3daeaf6aff84930d (patch) | |
| tree | 03f54b1e619c095c67dee2d39dd4d214e5c4907c /Makefile | |
| parent | 41a396e26e3d5fea88ee3e9e375a2ef791bf1b21 (diff) | |
| parent | c512b9256f6657cbdb4838222806463b8232c47e (diff) | |
| download | rabbitmq-server-git-1de9c89d34c65145cad487ef3daeaf6aff84930d.tar.gz | |
Merge pull request #1266 from rabbitmq/cluster_formation
Depend on inets to ensure it is started when peer discovery begins
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ define PROJECT_ENV ] endef -LOCAL_DEPS = sasl mnesia os_mon +LOCAL_DEPS = sasl mnesia os_mon inets BUILD_DEPS = rabbitmq_cli DEPS = ranch lager rabbit_common TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper |
