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
115115dep_jsx = hex 2.8.2
116116dep_lager = hex 3.5.1
117117dep_ranch = hex 1.4.0
118- dep_ranch_proxy_protocol = hex 1.4.2
118+ dep_ranch_proxy_protocol = hex 1.4.4
119119dep_recon = hex 2.3.2
120120
121121dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf
@@ -326,11 +326,16 @@ endif
326326
327327UPSTREAM_RMQ_COMPONENTS_MK = $(DEPS_DIR ) /rabbit_common/mk/rabbitmq-components.mk
328328
329+ ifeq ($(PROJECT ) ,rabbit_common)
330+ check-rabbitmq-components.mk :
331+ @:
332+ else
329333check-rabbitmq-components.mk :
330334 $(verbose ) cmp -s rabbitmq-components.mk \
331335 $(UPSTREAM_RMQ_COMPONENTS_MK ) || \
332336 (echo " error: rabbitmq-components.mk must be updated!" 1>&2 ; \
333337 false)
338+ endif
334339
335340ifeq ($(PROJECT ) ,rabbit_common)
336341rabbitmq-components-mk :
You can’t perform that action at this time.
0 commit comments