Skip to content

Commit

Permalink
Only depend on DynamoDB SDK, not on entire AWS SDK (#99)
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
Alexander Patrikalakis authored and ipapapa committed Apr 6, 2018
1 parent 9b03882 commit eb2d31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ndbench-dynamodb-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ repositories {


dependencies {
compile project(':ndbench-api')
compile "com.amazonaws:aws-java-sdk:latest.release"
compile project(':ndbench-api')
compile "com.amazonaws:aws-java-sdk-dynamodb:latest.release"

download {
src 'http://dax-sdk.s3-website-us-west-2.amazonaws.com/java/DaxJavaClient-latest.jar'
dest buildDir
Expand Down

0 comments on commit eb2d31c

Please sign in to comment.