Merge pull request #393 from operable/missing-runtime-deps

Add runtime deps on gproc and esockd
This commit is contained in:
Feng Lee 2015-12-02 12:10:38 +08:00
commit 323c4713a2
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel,
stdlib]}, stdlib,
gproc,
esockd]},
{mod, {emqttd_app, []}}, {mod, {emqttd_app, []}},
{env, []} {env, []}
]}. ]}.