From 291cea0727ecce3de71b01b552de6d357260fa7d Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Mon, 21 Jun 2021 11:52:14 +0200 Subject: [PATCH] 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.* --- apps/emqx_lwm2m/rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/emqx_lwm2m/rebar.config b/apps/emqx_lwm2m/rebar.config index fbfcdc02f..7700071ed 100644 --- a/apps/emqx_lwm2m/rebar.config +++ b/apps/emqx_lwm2m/rebar.config @@ -1,5 +1,7 @@ {deps, - [{lwm2m_coap, {git, "https://github.com/emqx/lwm2m-coap", {tag, "v1.1.2"}}} + %% 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,