We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why the AWS dependencies are defined as provided in the https://github.com/dwhjames/aws-wrap/blob/master/build.sbt ?
provided
This way, we (the library clients) must add the aws-wrap library as dependency and its dependencies too (AmazonSNSAsyncClient for instance).
aws-wrap
AmazonSNSAsyncClient
I'm quite sure there's a reason for this that I don't easily see. Thanks!
The text was updated successfully, but these errors were encountered:
@JavierCane I have forked this repo and published it under version 0.9.0 https://github.com/mingchuno/aws-wrap
Can you please check if you still have any problems? If yes, please submit an issue there
Sorry, something went wrong.
No branches or pull requests
Why the AWS dependencies are defined as
provided
in the https://github.com/dwhjames/aws-wrap/blob/master/build.sbt ?This way, we (the library clients) must add the
aws-wrap
library as dependency and its dependencies too (AmazonSNSAsyncClient
for instance).I'm quite sure there's a reason for this that I don't easily see. Thanks!
The text was updated successfully, but these errors were encountered: