Przeglądaj źródła

fix: gateway app must depends on all auth apps

JianBo He 1 rok temu
rodzic
commit
08f085d823
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      apps/emqx_gateway/src/emqx_gateway.app.src

+ 3 - 1
apps/emqx_gateway/src/emqx_gateway.app.src

@@ -4,7 +4,9 @@
     {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]},
+    {applications, [kernel, 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"]},