abashev / vfs-s3

Amazon S3 driver for Apache commons-vfs (Virtual File System) project
Apache License 2.0
93 stars 50 forks source link

Upgrade aws-java-sdk #23

Closed dekobon closed 9 years ago

dekobon commented 9 years ago

The aws-java-sdk 1.6.3 version has a dependency graph that depends on a number of older Apache commons libraries (e.g. codec) which is incompatible with the dependency graph of newer Apache commons libraries.

I will be associating a pull request with this issue as my suggested solution. Another solution may be to shade the entire jar in order to avoid the dependency issues altogether.