-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document transitive dependency exclusion #11
Comments
This looks good to me. In the I have not excluded I had a quick look in my local Classpath and did a quick test. For me it even works to exclude |
Great, excluding the In Alpakka I go with this now:
|
Yes, I understand this! 👍 Can the issue be closed? |
I thought it might be an idea to add this information to the readme of this project. |
Yes, you are right. This is a good idea. As soon as you depend on a specific service (s3, sqs), you potentially have this issue, which you can run into. |
@ennru, do you want to add something or is it what you had expected? |
All users will want to exclude |
Yes, I think users can also exclude I can put it as an additional optional step to further trim the class path. |
Sure, that's great. |
Users of this library would normally want to exclude the unused HTTP client libraries brought in by the AWS SDK so they don't interfere with anything.
This should work, right?
The text was updated successfully, but these errors were encountered: