Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Basho-JIRA opened this issue Aug 25, 2015 · 1 comment
Open

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

Basho-JIRA opened this issue Aug 25, 2015 · 1 comment

Comments

@Basho-JIRA
Copy link

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
Copy link
Author

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

_[posted via JIRA by Torben Hoffmann]_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant