mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02:00
Fix Nomulus build broken by invalid import of JSch
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141318398
This commit is contained in:
parent
d1d6539694
commit
78123dfe7b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue