benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Duplicated application included: ssl_verify_hostname included in hackney and couchbeam #122

Closed nlfiedler closed 9 years ago

nlfiedler commented 9 years ago

Since release 1.1.4 I am having trouble building my application that uses couchbeam:

Errors generating release
          Duplicated application included:
    ssl_verify_hostname included in hackney and couchbeam

make: *** [dev] Error 127

If I use release 1.1.3 everything is fine. Am I doing something wrong? My setup is a pretty basic rebar/relx build using Erlang/OTP 17.4.

Thanks

benoitc commented 9 years ago

my mistake. I just fixed it :)