diff options
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/plugin.erl.dtl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/priv/templates/plugin.erl.dtl b/priv/templates/plugin.erl.dtl index 49c3974..d3528c0 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 |