basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Incorrect dependencies in clique [JIRA: RIAK-2125] #64

Open Basho-JIRA opened 9 years ago

Basho-JIRA commented 9 years ago

The app dependencies in rebar.config and .app.src are not in sync with the actual usage in the clique application.

This is currently one of the blockers for using riak_core as a dependency in your own project - at least if you want to use relx and rely on proper OTP rules for releases.

clique problems: 'IN_called_IN_deps_NOT_appsrc': [cuttlefish] 'IN_called_NOT_deps_NOT_appsrc': [mochiweb]

The fix is to simply bring the files in sync with reality.

[Created in JIRA by Torben Hoffmann]

Basho-JIRA commented 9 years ago

This change should actually work for all version, but I did it for 2.1.1 for starters.

_[posted via JIRA by Torben Hoffmann]_