diff --git a/rebar.config b/rebar.config index 0b355cae6..251d12678 100644 --- a/rebar.config +++ b/rebar.config @@ -54,5 +54,5 @@ {riak_dt, {git, "https://github.com/basho/riak_dt.git", {branch, "develop"}}}, {riak_api, {git, "https://github.com/basho/riak_api.git", {branch, "develop"}}}, {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}}, - {rhc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}} + {riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}} ]}. diff --git a/src/riak_kv.app.src b/src/riak_kv.app.src index 663237879..36deaa90a 100644 --- a/src/riak_kv.app.src +++ b/src/riak_kv.app.src @@ -26,7 +26,7 @@ redbug, recon, riakc, - rhc + riakhttpc ]}, {registered, []}, {mod, {riak_kv_app, []}},