This repository was archived by the owner on Nov 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 38
38
# base of the topic branch.
39
39
40
40
dep_amqp_client = git_rmq rabbitmq-erlang-client $(current_rmq_ref ) $(base_rmq_ref ) master
41
+ dep_amqp10_client = git_rmq rabbitmq-amqp1.0-client $(current_rmq_ref ) $(base_rmq_ref ) master
42
+ dep_amqp10_common = git_rmq rabbitmq-amqp1.0-common $(current_rmq_ref ) $(base_rmq_ref ) master
41
43
dep_rabbit = git_rmq rabbitmq-server $(current_rmq_ref ) $(base_rmq_ref ) master
42
44
dep_rabbit_common = git_rmq rabbitmq-common $(current_rmq_ref ) $(base_rmq_ref ) master
43
45
dep_rabbitmq_amqp1_0 = git_rmq rabbitmq-amqp1.0 $(current_rmq_ref ) $(base_rmq_ref ) master
@@ -108,16 +110,18 @@ dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(curre
108
110
# all projects use the same versions. It avoids conflicts and makes it
109
111
# possible to work with rabbitmq-public-umbrella.
110
112
111
- dep_cowboy = hex 1.1.2
112
- dep_jsx = hex 2.8.2
113
- dep_lager = hex 3.5.1
113
+ dep_cowboy = hex 1.0.4
114
114
dep_ranch = hex 1.3.2
115
- dep_ranch_proxy_protocol = hex 1.4.2
116
115
dep_recon = hex 2.3.2
117
116
118
- dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 405990ea62353d98d36dbf5e1e64942d9b0a1daf
117
+ # Last commit of PropEr supporting Erlang R16B03.
118
+ dep_proper_commit = 735d972758d8bd85b12483626fe1b66450d6a6fe
119
+ # Last commit of sockjs support Erlang R16B03 and 17.x.
120
+ dep_sockjs = git https://github.com/rabbitmq/sockjs-erlang.git 5af2b588c812c318b19bc105b577a759c71c3e0a
119
121
120
122
RABBITMQ_COMPONENTS = amqp_client \
123
+ amqp10_common \
124
+ amqp10_client \
121
125
rabbit \
122
126
rabbit_common \
123
127
rabbitmq_amqp1_0 \
You can’t perform that action at this time.
0 commit comments