File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ dep_cowlib = hex 2.0.0
115
115
dep_jsx = hex 2.8.2
116
116
dep_lager = hex 3.5.1
117
117
dep_ranch = hex 1.4.0
118
- dep_ranch_proxy_protocol = hex 1.4.2
118
+ dep_ranch_proxy_protocol = hex 1.4.4
119
119
dep_recon = hex 2.3.2
120
120
121
121
dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf
@@ -326,11 +326,16 @@ endif
326
326
327
327
UPSTREAM_RMQ_COMPONENTS_MK = $(DEPS_DIR ) /rabbit_common/mk/rabbitmq-components.mk
328
328
329
+ ifeq ($(PROJECT ) ,rabbit_common)
330
+ check-rabbitmq-components.mk :
331
+ @:
332
+ else
329
333
check-rabbitmq-components.mk :
330
334
$(verbose ) cmp -s rabbitmq-components.mk \
331
335
$(UPSTREAM_RMQ_COMPONENTS_MK ) || \
332
336
(echo " error: rabbitmq-components.mk must be updated!" 1>&2 ; \
333
337
false)
338
+ endif
334
339
335
340
ifeq ($(PROJECT ) ,rabbit_common)
336
341
rabbitmq-components-mk :
You can’t perform that action at this time.
0 commit comments