Update to AWS Java SDK 1.5.3.

Closes #32.
This commit is contained in:
David Pilato 2013-08-09 09:30:43 +02:00
parent 4da9b2cc9c
commit c50d6b332d
1 changed files with 1 additions and 1 deletions

View File

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