Browse Source

reduce deps

Maxim Sokhatsky 11 years ago
parent
commit
7ff340be5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rest.app.src

+ 1 - 1
src/rest.app.src

@@ -1,7 +1,7 @@
 {application, rest, [
     {description,  "REST SXC"},
     {vsn,          "3.0"},
-    {applications, [kernel, stdlib, cowboy, ranch, gproc, erlydtl]},
+    {applications, [kernel, stdlib, cowboy]},
     {modules, []},
     {registered,   []},
     {mod, { rest_app, []}},