funbox / smppex

✉️ SMPP 3.4 protocol and framework implementation in Elixir
MIT License
106 stars 34 forks source link

Why is poison a dependency? #83

Closed IceDragon200 closed 3 years ago

IceDragon200 commented 3 years ago

I see no usage of Poison in the codebase, so why is it a dependency? Even if it's optional it has caused havoc in my codebase as of late with libraries that support both jason and poison since mix pulls it in regardless.

savonarola commented 3 years ago

Hello! Poison really seems to be unused.

https://hex.pm/packages/smppex/3.0.2

IceDragon200 commented 3 years ago

Thanks for the quick reply, I guess I can close this issue now