upgrade to latest sdk
This commit is contained in:
parent
ed964368a9
commit
8220546fd9
11
pom.xml
11
pom.xml
|
@ -52,7 +52,7 @@
|
|||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk</artifactId>
|
||||
<version>1.3.11</version>
|
||||
<version>1.3.18</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<!-- We need to exclude httpclient, since it pulls the wrong version -->
|
||||
|
@ -60,6 +60,15 @@
|
|||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
</exclusion>
|
||||
<!-- jackson is optional -->
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-core-asl</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
<artifactId>jackson-mapper-asl</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue