chore: inlude emqx as emqx_audit's deps

This commit is contained in:
zhongwencool 2023-10-18 14:39:43 +08:00
parent 1d7aa9495a
commit 32c1f1cca6
2 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1,5 @@
{erl_opts, [debug_info]}.
{deps, []}.
{deps, [
{emqx, {path, "../emqx"}},
{emqx_utils, {path, "../emqx_utils"}}
]}.

View File

@ -16,12 +16,10 @@
-module(emqx_audit).
%% API
-export([]).
-behaviour(gen_server).
-include_lib("emqx/include/logger.hrl").
-include_lib("emqx/include/emqx.hrl").
-include_lib("emqx/include/logger.hrl").
-include("emqx_audit.hrl").
%% API