Przeglądaj źródła

chore(emqx_lwm2m): pin lwm2m-coap v2.0.0

v2.0.0 has emqx_http_lib added as a rebar dependency
v1.* is for emqx v4.3.*
Zaiming Shi 4 lat temu
rodzic
commit
cd5431e71d
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      apps/emqx_lwm2m/rebar.config

+ 3 - 1
apps/emqx_lwm2m/rebar.config

@@ -1,5 +1,7 @@
 {deps,
- [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v1.1.5"}}}
+  %% lwm2m-coap v.1.* is for emqx v4.3.*
+  %% lwm2m-coap v.2.* is for emqx v5.*
+ [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v2.0.0"}}}
  ]}.
 
 {profiles,