Skip to content

Commit

Permalink
Remove the Version Range for Dependencies
Browse files Browse the repository at this point in the history
Removed the version range specifier for aws-java-sdk-core.

See PR awslabs#84
  • Loading branch information
pfifer committed May 16, 2017
1 parent 6fb6a77 commit 2d1e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</build>

<properties>
<aws-sdk-core-version>(1.11.0, 1.12.0]</aws-sdk-core-version>
<aws-sdk-core-version>1.11.128</aws-sdk-core-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2d1e34b

Please sign in to comment.