diff --git a/rebar.config b/rebar.config index b0a1257..ebeb5f1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,6 @@ -{erl_opts, [debug_info, {parse_transform, lager_transform}]}. +{erl_opts, [debug_info]}. {deps, [ - {lager, "3.6.3"}, {erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.2"}}}, {ppp, {git, "git://github.com/travelping/ppp", {branch, "modernize"}}} ]}. diff --git a/src/gtplib.app.src b/src/gtplib.app.src index 620e973..f188fdd 100644 --- a/src/gtplib.app.src +++ b/src/gtplib.app.src @@ -2,6 +2,6 @@ {application, gtplib, [ {vsn, git}, {description, "Erlang library for GTP-c v1 and v2"}, - {applications, [kernel, stdlib, lager, ppp]}, + {applications, [kernel, stdlib, ppp]}, {registered, []} ]}.