processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.08k stars 1.51k forks source link

Conflict in hex dependancy versions specified #925

Closed lpil closed 8 years ago

lpil commented 8 years ago

Hello! It seems that the mix project dependancies are currently locked to versions that conflict.

 ~/projects/ejabberd [master] $ mix deps.get
* Updating lager (https://github.com/basho/lager)
* Updating p1_utils (https://github.com/processone/p1_utils)
* Updating cache_tab (https://github.com/processone/cache_tab)
* Updating p1_tls (https://github.com/processone/tls)
* Updating p1_stringprep (https://github.com/processone/stringprep)
* Updating p1_xml (https://github.com/processone/xml)
* Updating p1_stun (https://github.com/processone/stun)
* Updating esip (https://github.com/processone/p1_sip)
* Updating p1_yaml (https://github.com/processone/p1_yaml)
* Updating jiffy (https://github.com/davisp/jiffy)
* Updating oauth2 (https://github.com/kivra/oauth2)
* Updating xmlrpc (https://github.com/rds13/xmlrpc.git)
* Updating p1_mysql (https://github.com/processone/mysql)
* Updating p1_pgsql (https://github.com/processone/pgsql)
* Updating sqlite3 (https://github.com/alexeyr/erlang-sqlite3)
* Updating p1_zlib (https://github.com/processone/zlib)
* Updating p1_iconv (https://github.com/processone/eiconv)
* Updating eredis (https://github.com/wooga/eredis)
* Updating goldrush (git://github.com/DeadZen/goldrush.git)
Running dependency resolution
Conflict on relx
  mix.lock: 3.11.0
  exrm 0.19.9: ~> 3.5.0

** (Mix) Hex dependency resolution failed, relax the version requirements or unlock dependencies
mremond commented 8 years ago

This is solved in branch deps-cleanup and will be added to ejabberd 16.02.

cromain commented 8 years ago

was merged on Feb 4

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.