mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Remove overide on fast_xml
This commit is contained in:
parent
f38f81159d
commit
5b3b29565c
2
mix.exs
2
mix.exs
@ -135,7 +135,7 @@ defmodule Ejabberd.MixProject do
|
|||||||
{:eimp, "~> 1.0"},
|
{:eimp, "~> 1.0"},
|
||||||
{:ex_doc, "~> 0.31", only: [:dev, :edoc], runtime: false},
|
{:ex_doc, "~> 0.31", only: [:dev, :edoc], runtime: false},
|
||||||
{:fast_tls, "~> 1.1.22"},
|
{:fast_tls, "~> 1.1.22"},
|
||||||
{:fast_xml, "~> 1.1.53", override: true},
|
{:fast_xml, "~> 1.1.53"},
|
||||||
{:fast_yaml, "~> 1.0"},
|
{:fast_yaml, "~> 1.0"},
|
||||||
{:idna, "~> 6.0"},
|
{:idna, "~> 6.0"},
|
||||||
{:mqtree, "~> 1.0"},
|
{:mqtree, "~> 1.0"},
|
||||||
|
Loading…
Reference in New Issue
Block a user