Class working well in CQ5.6.1, but got "could not initialize error" in CQ6.1
I installed AWS SDK bundle from http://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.aws-java-sdk into CQ5.6.1,
this code line works well in my component jsp file,
com.amazonaws.auth.AWSCredentials mycredential = new com.amazonaws.auth.BasicAWSCredentials(key1,key2);
But I installed the same bundle into CQ6.1, and confirmed the bundle is active from system/console, but still got error saying
"Could not initialize class com.amazonaws.ClientConfiguraiton" .
Something change in CQ6.1 cause this problem ?