diff --git a/priv/templates/plugin.erl.dtl b/priv/templates/plugin.erl.dtl index 49c39743..d3528c08 100644 --- a/priv/templates/plugin.erl.dtl +++ b/priv/templates/plugin.erl.dtl @@ -3,10 +3,8 @@ -export([init/1, do/1, format_error/1]). --include_lib("rebar3/include/rebar.hrl"). - -define(PROVIDER, {{name}}). --define(DEPS, []). +-define(DEPS, [app_discovery]). %% =================================================================== %% Public API