Skip to content

Commit 04039c5

Browse files
author
Sebastian Bucki
authored
Merge pull request #8 from esl/start-mnesia
Start mnesia as amoc-arsenal needs it (namely iq_metrics helper)
2 parents 305e9b2 + 3cb611d commit 04039c5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{parse_transform, lager_transform}]}.
33

44
{deps, [{escalus, {git, "https://github.com/esl/escalus.git", {ref, "5794d0a"}}},
5-
{amoc, {git, "https://github.com/esl/amoc", {ref, "aef3454"}}}]}.
5+
{amoc, {git, "https://github.com/esl/amoc", "2.0.0-beta"}}]}.
66

77
{xref_checks,[
88
%% enable most checks, but avoid 'unused calls' which makes amoc-arsenal fail...

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{"1.1.0",
22
[{<<"amoc">>,
33
{git,"https://github.com/esl/amoc",
4-
{ref,"aef34548d2a325fc780d77c8357c8693acbcf7ff"}},
4+
{ref,"48dfbc43253899caf97f6531a90141c71419a761"}},
55
0},
66
{<<"base16">>,
77
{git,"https://github.com/goj/base16.git",

src/amoc_arsenal_xmpp.app.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[kernel,
77
stdlib,
88
amoc,
9-
escalus
9+
escalus,
10+
mnesia
1011
]},
1112
{env,[]},
1213
{modules, []},

0 commit comments

Comments
 (0)