diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 4221bd80d..f3295fc1c 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -24,7 +24,6 @@ {deps, [ {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.1"}}}, {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}}, - {typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.8.6"}}}, {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}}, {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}}, {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.1"}}}, diff --git a/apps/emqx_dashboard/rebar.config b/apps/emqx_dashboard/rebar.config index 8a44ace37..df2158467 100644 --- a/apps/emqx_dashboard/rebar.config +++ b/apps/emqx_dashboard/rebar.config @@ -1,9 +1,6 @@ %% -*- mode: erlang -*- -{deps, - [ {typerefl, {git, "https://github.com/ieQu1/typerefl", {tag, "0.8.6"}}} - , {emqx, {path, "../emqx"}} - ]}. +{deps, [{emqx, {path, "../emqx"}}]}. {edoc_opts, [{preprocess, true}]}. {erl_opts, [warn_unused_vars,