From b8b9ab84074a154bba32acd23b9c3e3d68b7a91e Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Fri, 14 Oct 2016 21:06:37 +0300 Subject: [PATCH] HG-64: Fix dependency tree (#36) --- apps/hellgate/src/hellgate.app.src | 2 +- apps/hg_proto/src/hg_proto.app.src | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/hellgate/src/hellgate.app.src b/apps/hellgate/src/hellgate.app.src index 545ef68..55b029c 100644 --- a/apps/hellgate/src/hellgate.app.src +++ b/apps/hellgate/src/hellgate.app.src @@ -14,7 +14,7 @@ rfc3339, cowboy, woody, - dmsl + hg_proto ]}, {env, []}, {modules, []}, diff --git a/apps/hg_proto/src/hg_proto.app.src b/apps/hg_proto/src/hg_proto.app.src index f09f132..b1fb2dc 100644 --- a/apps/hg_proto/src/hg_proto.app.src +++ b/apps/hg_proto/src/hg_proto.app.src @@ -5,6 +5,7 @@ {applications, [ kernel, stdlib, - thrift + thrift, + dmsl ]} ]}.