vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Can not start app without poison #309

Closed lasseebert closed 5 years ago

lasseebert commented 5 years ago

After https://github.com/vt-elixir/ja_serializer/pull/307, it is no longer possible to use ja_serializer without poison, since it is still part of the applications in mix.exs

I guess this could just be replaced with extra_applications: [:logger].

Will make a PR ;)