@@ -101,6 +101,7 @@ dep_rabbitmq_web_mqtt = git_rmq rabbitmq-web-mqtt $(current_rmq_
101
101
dep_rabbitmq_web_mqtt_examples = git_rmq rabbitmq-web-mqtt-examples $(current_rmq_ref ) $(base_rmq_ref ) master
102
102
dep_rabbitmq_website = git_rmq rabbitmq-website $(current_rmq_ref ) $(base_rmq_ref ) live master
103
103
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
104
105
105
106
dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(current_rmq_ref ) $(base_rmq_ref ) master
106
107
@@ -110,15 +111,14 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre
110
111
# all projects use the same versions. It avoids conflicts and makes it
111
112
# possible to work with rabbitmq-public-umbrella.
112
113
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
119
116
dep_recon = hex 2.3.2
120
117
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
122
122
123
123
RABBITMQ_COMPONENTS = amqp_client \
124
124
amqp10_common \
@@ -181,7 +181,8 @@ RABBITMQ_COMPONENTS = amqp_client \
181
181
rabbitmq_web_mqtt_examples \
182
182
rabbitmq_web_stomp \
183
183
rabbitmq_web_stomp_examples \
184
- rabbitmq_website
184
+ rabbitmq_website \
185
+ ra
185
186
186
187
# Several components have a custom erlang.mk/build.config, mainly
187
188
# to disable eunit. Therefore, we can't use the top-level project's
@@ -201,7 +202,7 @@ export current_rmq_ref
201
202
202
203
ifeq ($(origin base_rmq_ref ) ,undefined)
203
204
ifneq ($(wildcard .git) ,)
204
- possible_base_rmq_ref := v3.7 .x
205
+ possible_base_rmq_ref := v3.6 .x
205
206
ifeq ($(possible_base_rmq_ref ) ,$(current_rmq_ref ) )
206
207
base_rmq_ref := $(current_rmq_ref )
207
208
else
0 commit comments