From ed1e71a7c5d347c83ac814da638eee44750347ec Mon Sep 17 00:00:00 2001 From: Etienne St-Pierre Date: Tue, 27 Jun 2023 11:05:13 -0400 Subject: [PATCH 1/2] Add xmerl in extra applications --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3b0b061..62b8157 100644 --- a/mix.exs +++ b/mix.exs @@ -16,7 +16,8 @@ defmodule ExAzure.Mixfile do def application do [applications: [:erlazure], - mod: {ExAzure, []}] + extra_applications: [:xmerl], + mod: {ExAzure, []}] end defp deps do @@ -39,3 +40,4 @@ defmodule ExAzure.Mixfile do ] end end +˜ From 77594d047bb6e3e8e627f805c7f26aa366fc937e Mon Sep 17 00:00:00 2001 From: Etienne St-Pierre Date: Tue, 27 Jun 2023 11:09:30 -0400 Subject: [PATCH 2/2] Remove typo --- mix.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/mix.exs b/mix.exs index 62b8157..37a45a9 100644 --- a/mix.exs +++ b/mix.exs @@ -40,4 +40,3 @@ defmodule ExAzure.Mixfile do ] end end -˜