Skip to content

Commit

Permalink
RDB Loader: bump jsch to 0.1.55 (close #177)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 23, 2020
1 parent 8328cf6 commit 20181e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
val postgres = "42.0.0"
val redshift = "1.2.36.1060"
val aws = "1.11.319"
val jSch = "0.1.54"
val jSch = "0.1.55"

// Scala (test only)
val specs2 = "4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ object SpecHelpers {
val resolverJson = parse(new String(java.util.Base64.getDecoder.decode(resolverConfig))).getOrElse(throw new RuntimeException("Invalid resolver.json"))
val resolver = Resolver.parse[Id](resolverJson).toOption.getOrElse(throw new RuntimeException("Invalid resolver config"))

// val staticRegistryUri = "http://iglucentral-dev.com.s3-website-us-east-1.amazonaws.com/feature/rdb-blacklist"
// val staticRegistry = Registry.Http(Registry.Config("Test registry", 0, Nil), Registry.HttpConnection(java.net.URI.create(staticRegistryUri), None))
// val resolver = Resolver(List(staticRegistry), None)

val targetStream = getClass.getResourceAsStream("/valid-redshift.json.base64")
val target = fromInputStream(targetStream).getLines.mkString("\n")

Expand Down

0 comments on commit 20181e4

Please sign in to comment.