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]