You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project depends on the entire AWS SDK: https://github.com/Yleisradio/aws-maven/blob/master/pom.xml#L43-L44
It's been modularized (I'm not sure which version that started, but probably between the version in the spring-projects/aws-maven and this one) so you can depend only on the part you need.
Depending on the aws-java-sdk meta-package results in downloading a LOT of jars that presumably aws-maven doesn't actually need.
That dependency can be replaced by the dependencies within aws-java-sdk that are required by aws-maven, and it shouldn't affect functionality. ;)
(Thanks for the fork, by the way. I need the support for credentials from instance-profiles, and sts credentials.)
The text was updated successfully, but these errors were encountered:
Did this already, not pushed into github yet. Problem is leiningen dependency to older jackson currently. Untill new release is done, current version is better to be used by clojure coders. technomancy/leiningen#2215
This project depends on the entire AWS SDK:
https://github.com/Yleisradio/aws-maven/blob/master/pom.xml#L43-L44
It's been modularized (I'm not sure which version that started, but probably between the version in the spring-projects/aws-maven and this one) so you can depend only on the part you need.
Depending on the
aws-java-sdk
meta-package results in downloading a LOT of jars that presumablyaws-maven
doesn't actually need.That dependency can be replaced by the dependencies within
aws-java-sdk
that are required byaws-maven
, and it shouldn't affect functionality. ;)(Thanks for the fork, by the way. I need the support for credentials from instance-profiles, and sts credentials.)
The text was updated successfully, but these errors were encountered: