This commit is contained in:
Feng 2015-11-01 12:47:24 +08:00
parent cf95c5e1b9
commit e538d91efc
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
{deps, [ {deps, [
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}}, {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},
{lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {branch, "master"}}},
{esockd, "3.*", {git, "git://github.com/emqtt/esockd.git", {branch, "3.0"}}}, {esockd, ".*", {git, "git://github.com/emqtt/esockd.git", {branch, "esockd3"}}},
{mochiweb, ".*", {git, "git://github.com/emqtt/mochiweb.git", {branch, "4.0"}}} {mochiweb, ".*", {git, "git://github.com/emqtt/mochiweb.git", {branch, "mochiweb4"}}}
]}. ]}.
{recursive_cmds, [ct, eunit, clean]}. {recursive_cmds, [ct, eunit, clean]}.