HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Move guice dependencies into `slack-java-client-guice` module #334

Open jaredstehler opened 7 months ago

jaredstehler commented 7 months ago

This removes the deprecated SlackClientModule guice module from the slack-java-client library, and all guice dependencies.

This is a breaking change; consumers will need to update their projects to import the slack-java-client-guice library and its corresponding SlackClientModule.