chore: add changes
This commit is contained in:
parent
08f085d823
commit
a8af90f912
|
@ -4,9 +4,21 @@
|
||||||
{vsn, "0.1.33"},
|
{vsn, "0.1.33"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{mod, {emqx_gateway_app, []}},
|
{mod, {emqx_gateway_app, []}},
|
||||||
{applications, [kernel, stdlib, emqx, emqx_auth, emqx_ctl, emqx_auth_http,
|
{applications, [
|
||||||
emqx_auth_mnesia, emqx_auth_jwt, emqx_auth_mysql, emqx_auth_postgresql,
|
kernel,
|
||||||
emqx_auth_mongodb, emqx_auth_redis, emqx_auth_ldap]},
|
stdlib,
|
||||||
|
emqx,
|
||||||
|
emqx_auth,
|
||||||
|
emqx_ctl,
|
||||||
|
emqx_auth_http,
|
||||||
|
emqx_auth_mnesia,
|
||||||
|
emqx_auth_jwt,
|
||||||
|
emqx_auth_mysql,
|
||||||
|
emqx_auth_postgresql,
|
||||||
|
emqx_auth_mongodb,
|
||||||
|
emqx_auth_redis,
|
||||||
|
emqx_auth_ldap
|
||||||
|
]},
|
||||||
{env, []},
|
{env, []},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{licenses, ["Apache 2.0"]},
|
{licenses, ["Apache 2.0"]},
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix an issue where the MQTT-SN gateway would not restart correctly due to incorrect startup order of gateway dependencies.
|
Loading…
Reference in New Issue