X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=97b5617907d2f298defbccfb096e486421383a29;hb=f8190aea5e68a6e17ccc88b13486bd69c3b08450;hp=beb05aab9895d4ea016d2a354a91e85af17d2f33;hpb=a92c713d9c761563c72d0f660574878aa569249a;p=akkoma diff --git a/mix.exs b/mix.exs index beb05aab9..97b561790 100644 --- a/mix.exs +++ b/mix.exs @@ -72,7 +72,15 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :ssl], + extra_applications: [ + :logger, + :runtime_tools, + :comeonin, + :quack, + :fast_sanitize, + :ssl, + :eldap + ], included_applications: [:ex_syslogger] ] end @@ -176,6 +184,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, + {:pot, "~> 0.10.2"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"},