Upgrade to AWS SDK 1.3.3, closes #5.

This commit is contained in:
Shay Banon 2012-03-03 23:22:05 +02:00
parent 825cd219bc
commit cde27eb2e5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.2.15</version>
<version>1.3.3</version>
<scope>compile</scope>
<exclusions>
<!-- We need to exclude httpclient, since it pulls the wrong version -->