mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove stringprep override from mix.exs
This commit is contained in:
parent
6e4e5a0190
commit
e3875482ba
2
mix.exs
2
mix.exs
@ -119,7 +119,7 @@ defmodule Ejabberd.MixProject do
|
|||||||
{:p1_pgsql, "~> 1.1"},
|
{:p1_pgsql, "~> 1.1"},
|
||||||
{:p1_utils, "~> 1.0"},
|
{:p1_utils, "~> 1.0"},
|
||||||
{:pkix, "~> 1.0"},
|
{:pkix, "~> 1.0"},
|
||||||
{:stringprep, ">= 1.0.26", override: true},
|
{:stringprep, ">= 1.0.26"},
|
||||||
{:stun, "~> 1.0"},
|
{:stun, "~> 1.0"},
|
||||||
{:xmpp, "~> 1.5"},
|
{:xmpp, "~> 1.5"},
|
||||||
{:yconf, "~> 1.0"}]
|
{:yconf, "~> 1.0"}]
|
||||||
|
Loading…
Reference in New Issue
Block a user