Просмотр исходного кода

chore(dep): retire erlang-pbkdf2

William Yang 1 год назад
Родитель
Сommit
1103ed427a
5 измененных файлов с 0 добавлено и 8 удалено
  1. 0 1
      apps/emqx/mix.exs
  2. 0 1
      apps/emqx/rebar.config
  3. 0 1
      apps/emqx/src/emqx.app.src
  4. 0 4
      mix.exs
  5. 0 1
      rebar.config

+ 0 - 1
apps/emqx/mix.exs

@@ -49,7 +49,6 @@ defmodule EMQX.MixProject do
       UMP.common_dep(:hocon),
       UMP.common_dep(:ranch),
       UMP.common_dep(:bcrypt),
-      UMP.common_dep(:pbkdf2),
       UMP.common_dep(:emqx_http_lib),
     ] ++ UMP.quicer_dep()
   end

+ 0 - 1
apps/emqx/rebar.config

@@ -33,7 +33,6 @@
     {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "3.4.1"}}},
     {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.43.4"}}},
     {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.3"}}},
-    {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}},
     {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}},
     {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.10"}}}
 ]}.

+ 0 - 1
apps/emqx/src/emqx.app.src

@@ -20,7 +20,6 @@
         hocon,
         emqx_ds_backends,
         bcrypt,
-        pbkdf2,
         emqx_http_lib,
         recon,
         os_mon

+ 0 - 4
mix.exs

@@ -121,7 +121,6 @@ defmodule EMQXUmbrella.MixProject do
       common_dep(:minirest),
       common_dep(:ecpool),
       common_dep(:replayq),
-      common_dep(:pbkdf2),
       # maybe forbid to fetch quicer
       common_dep(:emqtt),
       common_dep(:rulesql),
@@ -233,9 +232,6 @@ defmodule EMQXUmbrella.MixProject do
 
   def common_dep(:rulesql), do: {:rulesql, github: "emqx/rulesql", tag: "0.2.1"}
 
-  def common_dep(:pbkdf2),
-    do: {:pbkdf2, github: "emqx/erlang-pbkdf2", tag: "2.0.4", override: true}
-
   def common_dep(:bcrypt),
     do: {:bcrypt, github: "emqx/erlang-bcrypt", tag: "0.6.2", override: true}
 

+ 0 - 1
rebar.config

@@ -89,7 +89,6 @@
     {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.4.4"}}},
     {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.12"}}},
     {replayq, {git, "https://github.com/emqx/replayq.git", {tag, "0.3.10"}}},
-    {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}},
     {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.5"}}},
     {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.2.1"}}},
     % NOTE: depends on recon 2.5.x