mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Remove stringprep override from mix.exs
This commit is contained in:
parent
6e4e5a0190
commit
e3875482ba
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue