Skip to content

Commit 1de9c89

Browse files
Merge pull request #1266 from rabbitmq/cluster_formation
Depend on inets to ensure it is started when peer discovery begins
2 parents 41a396e + c512b92 commit 1de9c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ define PROJECT_ENV
125125
]
126126
endef
127127

128-
LOCAL_DEPS = sasl mnesia os_mon
128+
LOCAL_DEPS = sasl mnesia os_mon inets
129129
BUILD_DEPS = rabbitmq_cli
130130
DEPS = ranch lager rabbit_common
131131
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper

0 commit comments

Comments
 (0)