From 78123dfe7b28077f43c43a31261b99e1635a8ddf Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 7 Dec 2016 09:33:31 -0800 Subject: [PATCH] Fix Nomulus build broken by invalid import of JSch ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141318398 --- javatests/google/registry/rde/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatests/google/registry/rde/BUILD b/javatests/google/registry/rde/BUILD index 246796f6f..8b713aa01 100644 --- a/javatests/google/registry/rde/BUILD +++ b/javatests/google/registry/rde/BUILD @@ -40,7 +40,7 @@ java_library( "//third_party/java/hamcrest", "//third_party/java/joda_money", "//third_party/java/joda_time", - "//third_party/java/jsch/v0_1_44_google", + "//third_party/java/jsch", "//third_party/java/jsr305_annotations", "//third_party/java/jsr330_inject", "//third_party/java/junit",