Browse Source

We don't depend on SASL

pull/4/head
Andrew Thompson 14 years ago
parent
commit
2dc25c3b76
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/lager.app.src

+ 1
- 2
src/lager.app.src View File

@ -8,8 +8,7 @@
]}, ]},
{applications, [ {applications, [
kernel, kernel,
stdlib,
sasl
stdlib
]}, ]},
{registered, []}, {registered, []},
{mod, {lager_app, []}}, {mod, {lager_app, []}},

Loading…
Cancel
Save