Skip to content

Commit

Permalink
Revert "yegor256#332 aws-java 1.11.27"
Browse files Browse the repository at this point in the history
This reverts commit c59bfcc.
  • Loading branch information
Yegor Bugayenko committed Aug 18, 2016
1 parent b90fcb8 commit c56583f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.27</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
8 changes: 4 additions & 4 deletions s3auth-hosts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudwatch</artifactId>
<version>1.11.27</version>
<version>1.9.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.11.27</version>
<version>1.9.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.11.27</version>
<version>1.9.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.11.27</version>
<version>1.9.14</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit c56583f

Please sign in to comment.