Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit ad5f8ea

Browse files
committed
Update rabbitmq-components.mk
1 parent 726a801 commit ad5f8ea

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

rabbitmq-components.mk

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ dep_rabbitmq_web_mqtt = git_rmq rabbitmq-web-mqtt $(current_rmq_
101101
dep_rabbitmq_web_mqtt_examples = git_rmq rabbitmq-web-mqtt-examples $(current_rmq_ref) $(base_rmq_ref) master
102102
dep_rabbitmq_website = git_rmq rabbitmq-website $(current_rmq_ref) $(base_rmq_ref) live master
103103
dep_toke = git_rmq toke $(current_rmq_ref) $(base_rmq_ref) master
104+
dep_ra = git_rmq ra $(current_rmq_ref) $(base_rmq_ref) master
104105

105106
dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(current_rmq_ref) $(base_rmq_ref) master
106107

@@ -110,15 +111,14 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre
110111
# all projects use the same versions. It avoids conflicts and makes it
111112
# possible to work with rabbitmq-public-umbrella.
112113

113-
dep_cowboy = hex 2.0.0
114-
dep_cowlib = hex 2.0.0
115-
dep_jsx = hex 2.8.2
116-
dep_lager = hex 3.5.1
117-
dep_ranch = hex 1.4.0
118-
dep_ranch_proxy_protocol = hex 1.4.4
114+
dep_cowboy = hex 1.0.4
115+
dep_ranch = hex 1.3.2
119116
dep_recon = hex 2.3.2
120117

121-
dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf
118+
# Last commit of PropEr supporting Erlang R16B03.
119+
dep_proper_commit = 735d972758d8bd85b12483626fe1b66450d6a6fe
120+
# Last commit of sockjs support Erlang R16B03 and 17.x.
121+
dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 5af2b588c812c318b19bc105b577a759c71c3e0a
122122

123123
RABBITMQ_COMPONENTS = amqp_client \
124124
amqp10_common \
@@ -181,7 +181,8 @@ RABBITMQ_COMPONENTS = amqp_client \
181181
rabbitmq_web_mqtt_examples \
182182
rabbitmq_web_stomp \
183183
rabbitmq_web_stomp_examples \
184-
rabbitmq_website
184+
rabbitmq_website \
185+
ra
185186

186187
# Several components have a custom erlang.mk/build.config, mainly
187188
# to disable eunit. Therefore, we can't use the top-level project's
@@ -201,7 +202,7 @@ export current_rmq_ref
201202

202203
ifeq ($(origin base_rmq_ref),undefined)
203204
ifneq ($(wildcard .git),)
204-
possible_base_rmq_ref := v3.7.x
205+
possible_base_rmq_ref := v3.6.x
205206
ifeq ($(possible_base_rmq_ref),$(current_rmq_ref))
206207
base_rmq_ref := $(current_rmq_ref)
207208
else

0 commit comments

Comments
 (0)