summaryrefslogtreecommitdiffstats
path: root/src/cdapbroker.app.src
blob: 7a1cebd17b65d71ef7e90c198a0929f3280cac93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{application, cdapbroker,
 [{description, "Interface between Consul and CDAP in DCAE"},
  {vsn, "4.0.10"},
  {registered, []},
  {mod, { cdapbroker_app, []}},
  {applications,
   [kernel,
    stdlib,
    lager,
    inets,
    ssl,
    jiffy,
    mnesia,
    leptus,
    uuid,
    iso8601
   ]},
  {env,[]},
  {modules, []},
  {maintainers, []},
  {licenses, []},
  {links, []}
 ]}.