Skip to content

Conversation

@troelsim
Copy link

@troelsim troelsim commented Oct 6, 2021

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.

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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant