json_web_token_ex icon indicating copy to clipboard operation
json_web_token_ex copied to clipboard

Make sure Poison is included in mix release builds

Open troelsim opened this issue 3 years ago • 0 comments

Since this library defines an explicit applications list in mix.exs, any dependency not in the list will not be included in a mix release build, unless it happens to be included by the parent project or another dependency. Since Poison is widely being replaced by Jason, this issue is becoming likely.

This can be fixed by including :poison in applications.

troelsim avatar Oct 06 '21 12:10 troelsim