From 09b55352601542991fb8c86333ef3e9de6ea3d7c Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 9 Aug 2018 15:17:42 +0800 Subject: [PATCH] Depends on cowboy 2.4.0 --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 509794bbd..7b1cc1cdd 100644 --- a/Makefile +++ b/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