aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-10-22 19:38:10 +0000
committerGravatar John Field <jfield@google.com>2015-10-23 14:55:03 +0000
commit916370ec6195d7fc13812e64a65c2cd6ef9e36c9 (patch)
tree4011d6eccc428618aedc92e071770e25c9bd74d1 /src
parent4fed6098a628633ce8d222f6c80769cac9a04db2 (diff)
Add jsch dependency to build files
-- MOS_MIGRATED_REVID=106081594
Diffstat (limited to 'src')
-rw-r--r--src/main/java/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/BUILD b/src/main/java/BUILD
index 539903496e..69ddf85e6e 100644
--- a/src/main/java/BUILD
+++ b/src/main/java/BUILD
@@ -476,6 +476,7 @@ java_library(
"//third_party:apache_commons_logging",
"//third_party:apache_httpclient",
"//third_party:apache_httpcore",
+ "//third_party:jsch",
"//third_party:maven",
"//third_party:maven_model",
"//third_party:plexus_interpolation",