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 Apr 29, 2018
1 parent e8dbba9 commit 27744a2
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 @@ -35,9 +35,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.3"
val scalaCheck = "1.12.6"
Expand Down Expand Up @@ -82,7 +79,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 27744a2

Please sign in to comment.