【发布时间】:2021-04-01 18:57:51
【问题描述】:
我正在使用 2 个 Amazon 提供的库:redshift-jdbc42-1.2.27.1051 和 aws-java-sdk-core-1.11.600。两个库都在包com.amazonaws.auth 下定义了一个类AWSCredentialsProvider。当我尝试使用我的应用程序时,我得到了这个异常:
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
我不确定如何解决这个问题。任何帮助将不胜感激!
【问题讨论】: