I am using 2 Amazon-provided libraries: redshift-jdbc42-1.2.27.1051
and aws-java-sdk-core-1.11.600
. Both libraries define a class AWSCredentialsProvider
under package com.amazonaws.auth
. When I'm trying to use my app, I get this Exception:
Caused by: java.lang.SecurityException: class "com.amazonaws.auth.AWSCredentialsProvider"'s signer information does not match signer information of other classes in the same package
I am not sure how to resolve this. Any help would be appreciated!