From 2e277732806dc89f1aeaaa740120a5004a58a305 Mon Sep 17 00:00:00 2001 From: Coby Benveniste Date: Mon, 6 Jan 2025 18:16:17 +0200 Subject: [PATCH] Add :xmerl to the extra applications list since we use it for xml parsing --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9a30dcf..1868da6 100644 --- a/mix.exs +++ b/mix.exs @@ -45,7 +45,7 @@ defmodule FlameEC2.MixProject do end defp applications(:dev), do: applications(:all) ++ [:remixed_remix, :runtime_tools] - defp applications(_all), do: [:logger] + defp applications(_all), do: [:logger, :xmerl] # Run "mix help deps" to learn about dependencies. defp deps do