-
Notifications
You must be signed in to change notification settings - Fork 122
chore(deps): fix dependencies #2041
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
Conversation
@@ -23,7 +23,7 @@ To use the AWS Encryption SDK for Java you must have: | |||
|
|||
* **Declare a Dependency on the AWS Encryption SDK in Java and its dependencies** | |||
|
|||
This library requires the AWS Cryptographic Material Providers Library in Java from the AWS Java SDK V2. | |||
This library requires the AWS Cryptographic Material Providers Library in Java, and the KMS client from the AWS Java SDK V2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this.
See line 30, which covers this requirement.
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>kms</artifactId> | ||
<version>2.20.91</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You do not need to declare a version here.
Read https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html
In particular, expand the POM.
<version>2.20.91</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README still has a mistake for the AWS SDK V1's KMS Version.
The readme needs more fixes then just DDB |
Issue #, if available:
Description of changes:
Update pom.xml to include software.amazon.awssdk:dynamodb
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: