From 8410c3b27b6004cf362e750e76fe18225bdf0212 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 24 May 2024 10:21:28 -0400 Subject: [PATCH] [sq] --- mix.exs | 2 +- test/support/apps/phx1_7/mix.exs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index c3c130df..114dc14b 100644 --- a/mix.exs +++ b/mix.exs @@ -35,7 +35,7 @@ defmodule Torch.MixProject do # Run "mix help compile.app" to learn about applications. def application do [ - extra_applications: [:logger, :public_key] + extra_applications: [:logger] ] end diff --git a/test/support/apps/phx1_7/mix.exs b/test/support/apps/phx1_7/mix.exs index 0df4f18f..56184c83 100644 --- a/test/support/apps/phx1_7/mix.exs +++ b/test/support/apps/phx1_7/mix.exs @@ -1,4 +1,6 @@ defmodule Phx17.MixProject do +===> Analyzing applications... +===> Compiling ssl_verify_fun use Mix.Project def project do @@ -51,7 +53,8 @@ defmodule Phx17.MixProject do {:telemetry_poller, "~> 1.0"}, {:gettext, "~> 0.20"}, {:jason, "~> 1.2"}, - {:plug_cowboy, "~> 2.5"} + {:plug_cowboy, "~> 2.5"}, + {:ssl_verify_fun, manager: :rebar3, runtime: false, override: true} ] end