瀏覽代碼

chore: delete hocon from emqx_prometheus application deps

Zaiming (Stone) Shi 3 年之前
父節點
當前提交
f7016e53a4
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      apps/emqx_prometheus/rebar.config

+ 1 - 3
apps/emqx_prometheus/rebar.config

@@ -2,9 +2,7 @@
 
 {deps, [
     {emqx, {path, "../emqx"}},
-    %% FIXME: tag this as v3.1.3
-    {prometheus, {git, "https://github.com/deadtrickster/prometheus.erl", {tag, "v4.8.1"}}},
-    {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.29.0"}}}
+    {prometheus, {git, "https://github.com/deadtrickster/prometheus.erl", {tag, "v4.8.1"}}}
 ]}.
 
 {edoc_opts, [{preprocess, true}]}.