Skip to content

Commit

Permalink
Update AWS SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
abashev committed Jan 5, 2020
1 parent 8fc15da commit 18c6093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.11.390</version>
<version>1.11.700</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -288,9 +288,9 @@
<exclude>com.amazonaws.auth.profile.internal.ProfileStaticCredentialsProvider</exclude>
<exclude>com.amazonaws.auth.profile.internal.securitytoken.STSProfileCredentialsServiceProvider</exclude>
<exclude>com.amazonaws.auth.profile.ProfileCredentialsProvider</exclude>
<exclude>com.amazonaws.auth.EC2CredentialsFetcher</exclude>
<exclude>com.amazonaws.auth.*CredentialsFetcher</exclude>

<exclude>com.amazonaws.ClientConfiguration</exclude>
<exclude>com.amazonaws.ClientConfiguration*</exclude>
<exclude>com.amazonaws.ApacheHttpClientConfig</exclude>
<exclude>com.amazonaws.DnsResolver</exclude>
<exclude>com.amazonaws.ProxyAuthenticationMethod</exclude>
Expand Down

0 comments on commit 18c6093

Please sign in to comment.