From 4b3c0eda736cf2cf5238f34d0861ef3ea255cfcc Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 11 Feb 2026 15:38:43 +0800 Subject: [PATCH] remove rebar3 --- apps/sdlan/src/sdlan.app.src | 2 -- rebar.config | 10 ++++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/sdlan/src/sdlan.app.src b/apps/sdlan/src/sdlan.app.src index 69679fc..0f99a57 100644 --- a/apps/sdlan/src/sdlan.app.src +++ b/apps/sdlan/src/sdlan.app.src @@ -6,7 +6,6 @@ {applications, [ sync, - lager, cowboy, ranch, poolboy, @@ -18,7 +17,6 @@ dns_erlang, pkt, quicer, - parse_trans, mnesia, erts, public_key, diff --git a/rebar.config b/rebar.config index 33e12c6..ae8d624 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,6 @@ -{erl_opts, [debug_info]}. +{erl_opts, [ + debug_info +]}. {deps, [ {poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}}, {hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.16.0"}}}, @@ -10,9 +12,7 @@ {dns_erlang, ".*", {git, "https://github.com/dnsimple/dns_erlang.git", {tag, "v4.4.0"}}}, {quicer, ".*", {git, "https://github.com/emqx/quic.git", {tag, "0.4.0"}}}, {pkt, ".*", {git, "https://github.com/msantos/pkt.git", {tag, "0.6.0"}}}, - {sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}, - {parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {tag, "3.0.0"}}}, - {lager, ".*", {git,"https://github.com/erlang-lager/lager.git", {tag, "3.9.2"}}} + {sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}} ]}. {relx, [{release, {sdlan, "0.1.0"}, @@ -45,6 +45,4 @@ ] }]}]}. -{erl_opts, [{parse_transform,lager_transform}]}. - {rebar_packages_cdn, "https://hexpm.upyun.com"}. \ No newline at end of file