[erlang-questions] Rebar: Multi applications depend on same application, but different branchs
linbo liao
llbgurs@REDACTED
Fri Dec 5 07:31:06 CET 2014
Thanks, refer to this issue https://github.com/rebar/rebar/issues/76, I use
raw deps and pre_hooks as a workaround.
2014-12-05 10:33 GMT+08:00 linbo liao <llbgurs@REDACTED>:
> Hi,
>
> For rebar dependency management, I have application A depend on
> application B, both A and B depend on application C.
>
> A require C's master branch, B require C's other branch. And A only use
> some library of B.
>
> When I execute "rebar get-deps" , it will use other branch defined in B,
> but not master branch defined in A.
>
> Is there any way to resolve this issue? Thanks in advance.
>
> Thanks,
>
> Linbo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141205/e5c3e69c/attachment.htm>
More information about the erlang-questions
mailing list