Rm clique dep
This commit is contained in:
parent
7d3357e0f3
commit
390fae1134
5
Makefile
5
Makefile
|
@ -3,15 +3,14 @@
|
|||
PROJECT = emqx
|
||||
PROJECT_DESCRIPTION = EMQ X Broker
|
||||
|
||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy clique
|
||||
DEPS = jsx gproc gen_rpc ekka esockd cowboy
|
||||
|
||||
dep_jsx = hex-emqx 2.9.0
|
||||
dep_gproc = hex-emqx 0.8.0
|
||||
dep_gen_rpc = git-emqx https://github.com/emqx/gen_rpc 2.3.0
|
||||
dep_esockd = git-emqx https://github.com/emqx/esockd v5.4.2
|
||||
dep_esockd = git-emqx https://github.com/emqx/esockd v5.4.3
|
||||
dep_ekka = git-emqx https://github.com/emqx/ekka v0.5.1
|
||||
dep_cowboy = hex-emqx 2.4.0
|
||||
dep_clique = git-emqx https://github.com/emqx/clique develop
|
||||
|
||||
NO_AUTOPATCH = cuttlefish
|
||||
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
{github_emqx_deps,
|
||||
[{gen_rpc, "2.3.0"},
|
||||
{ekka, "v0.5.1"},
|
||||
{clique, "develop"},
|
||||
{esockd, "v5.4.2"},
|
||||
{esockd, "v5.4.3"},
|
||||
{cuttlefish, "v2.2.0"}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue