Parcourir la source

fix: remove duplicate references

DDDHuang il y a 3 ans
Parent
commit
a1ef677e33
2 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 0 1
      apps/emqx/rebar.config
  2. 1 4
      apps/emqx_dashboard/rebar.config

+ 0 - 1
apps/emqx/rebar.config

@@ -24,7 +24,6 @@
 {deps, [
 {deps, [
     {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.1"}}},
     {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.2.1"}}},
     {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}},
     {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"}}},
     {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}},
     {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}},
     {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}},
     {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.1"}}},
     {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.1"}}},

+ 1 - 4
apps/emqx_dashboard/rebar.config

@@ -1,9 +1,6 @@
 %% -*- mode: erlang -*-
 %% -*- 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}]}.
 {edoc_opts, [{preprocess, true}]}.
 {erl_opts, [warn_unused_vars,
 {erl_opts, [warn_unused_vars,