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
In project README you are stating that software.amazon.awssdk:dynamodb and software.amazon.awssdk:kms are required dependencies. software.amazon.awssdk:kms is listed in your POM, but software.amazon.awssdk:dynamodb not.
Solution:
Please add software.amazon.awssdk:dynamodb to the POM file, or remove that statement about DynamoDB from the README.
The text was updated successfully, but these errors were encountered:
Problem:
In project README you are stating that
software.amazon.awssdk:dynamodb
andsoftware.amazon.awssdk:kms
are required dependencies.software.amazon.awssdk:kms
is listed in your POM, butsoftware.amazon.awssdk:dynamodb
not.Solution:
Please add
software.amazon.awssdk:dynamodb
to the POM file, or remove that statement aboutDynamoDB
from the README.The text was updated successfully, but these errors were encountered: