erlware / resource_discovery

An application used to dynamically discover resources present in an Erlang node cluster.
erlware.org
MIT License
101 stars 38 forks source link

Dependency on log4erl breaks with different mochiweb than 1.5.1 #5

Open hollinlinden opened 11 years ago

hollinlinden commented 11 years ago

log4erl depends on mochiweb version 1.5.1 (why?). Our project uses mochiweb 2.3.2, and therefore there is a conflict when installing this dependency and installing resource_discovery fails :(

ericbmerritt commented 11 years ago

I will look into this. I have no idea why log4erl uses mochiweb 1.5, its a transitive dependency. However, we can look into getting this resolved.