Summary
Some of the AWS SDK dependencies are out of sync causing some class instantiation issues. Using the latest release version causes this error on startup:
Caused by: java.lang.NoClassDefFoundError: software/amazon/awssdk/awscore/auth/AuthSchemePreferenceResolver
More information about this issue can be found on GitHub or Stack Overflow
Tasks
- Update all AWS dependencies to the latest version
- Include transitive dependencies
Summary
Some of the AWS SDK dependencies are out of sync causing some class instantiation issues. Using the latest release version causes this error on startup:
Caused by: java.lang.NoClassDefFoundError: software/amazon/awssdk/awscore/auth/AuthSchemePreferenceResolverMore information about this issue can be found on GitHub or Stack Overflow
Tasks