Skip to content

Commit

Permalink
RDB Shredder: use RDB Loader AWS SDK (close #94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Aug 22, 2018
1 parent 994b59e commit 36765d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ object Dependencies {
val aws = "1.11.319"
val jSch = "0.1.54"

// Java (Shredder)
val dynamodb = "1.11.98"

// Scala (test only)
val specs2 = "4.0.4"
val scalaCheck = "1.12.6"
Expand Down Expand Up @@ -86,7 +83,7 @@ object Dependencies {
val jSch = "com.jcraft" % "jsch" % V.jSch

// Java (Shredder)
val dynamodb = "com.amazonaws" % "aws-java-sdk-dynamodb" % V.dynamodb
val dynamodb = "com.amazonaws" % "aws-java-sdk-dynamodb" % V.aws

// Scala (test only)
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % "test"
Expand Down

0 comments on commit 36765d0

Please sign in to comment.