Skip to content
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

Reduce dependency footprint #9

Open
enragedginger opened this issue Aug 30, 2017 · 4 comments
Open

Reduce dependency footprint #9

enragedginger opened this issue Aug 30, 2017 · 4 comments

Comments

@enragedginger
Copy link
Contributor

Right now, this plugin is pulling in all of the aws-java-sdk libraries just to do work with SQS. Is it possible to just require aws-java-sdk-sqs thereby reducing the dependency footprint?

@MichaelDrogalis
Copy link
Contributor

It's possible. I don't use this plugin actively. Have you tried it?

@lbradstreet
Copy link
Member

lbradstreet commented Aug 30, 2017 via email

@enragedginger
Copy link
Contributor Author

Cool. I'll submit a PR as soon as I'm confident it's working. Right now, I'm just doing this in my project.clj:

[org.onyxplatform/onyx-amazon-sqs "0.10.0.0" :exclusions [[com.amazonaws/aws-java-sdk]]]
[com.amazonaws/aws-java-sdk-sqs "1.11.185"]

@enragedginger
Copy link
Contributor Author

Okay, I've submitted a PR here: #10. Everything seems to be working. I'll let you know if I find anything awry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants