Replies: 1 comment
-
Oh. I just realized that there is a v2 of this project published as a different artifact. https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to remove the dependency on
joda-time
?I believe it was nice to use before Java 8 or something, but nowadays the standard java.time package contains everything(?) you may need.
Why do I care? We try to reduce the dependencies of our application, to keep it as lean as possible, to avoid dependency conflicts, to reduce artifact size etc. We get joda-time pulled in as a transitive dependency just because it is used by
aws-java-sdk-core
From
mvn dependency:tree
:Yes, we are on a slightly older version of
aws-java-sdk-core
than the latest, but I believe it's still a dependency in the latest version.Beta Was this translation helpful? Give feedback.
All reactions