Depends on cowboy 2.4.0
This commit is contained in:
parent
919eb9fa1e
commit
09b5535260
18
Makefile
18
Makefile
|
@ -4,16 +4,16 @@ PROJECT = emqx
|
|||
PROJECT_DESCRIPTION = EMQ X Broker
|
||||
PROJECT_VERSION = 3.0
|
||||
|
||||
DEPS = jsx gproc gen_rpc lager ekka esockd minirest clique
|
||||
DEPS = jsx gproc gen_rpc lager ekka esockd cowboy clique
|
||||
|
||||
dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0
|
||||
dep_gproc = git https://github.com/uwiger/gproc 0.8.0
|
||||
dep_gen_rpc = git https://github.com/emqx/gen_rpc 2.1.1
|
||||
dep_lager = git https://github.com/erlang-lager/lager 3.6.4
|
||||
dep_esockd = git https://github.com/emqx/esockd emqx30
|
||||
dep_ekka = git https://github.com/emqx/ekka emqx30
|
||||
dep_minirest = git https://github.com/emqx/minirest emqx30
|
||||
dep_clique = git https://github.com/emqx/clique
|
||||
dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0
|
||||
dep_gproc = git https://github.com/uwiger/gproc 0.8.0
|
||||
dep_gen_rpc = git https://github.com/emqx/gen_rpc 2.1.1
|
||||
dep_lager = git https://github.com/erlang-lager/lager 3.6.4
|
||||
dep_esockd = git https://github.com/emqx/esockd emqx30
|
||||
dep_ekka = git https://github.com/emqx/ekka emqx30
|
||||
dep_cowboy = git https://github.com/ninenines/cowboy 2.4.0
|
||||
dep_clique = git https://github.com/emqx/clique
|
||||
|
||||
NO_AUTOPATCH = gen_rpc cuttlefish
|
||||
|
||||
|
|
Loading…
Reference in New Issue