I am using AWS S3bucket and getting jars from this link. The problem is that my project have jackson 1.9 jars but this link give me jackson 2.6 jars and getting this
Could not initialize class com.amazonaws.ClientConfiguration
Is there is any way to use s3bucket jars compatible with Jackson 1.9?
Thanks