Skip to content

Commit

Permalink
Add jsch dependency to build files
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=106081594
  • Loading branch information
kchodorow authored and jhfield committed Oct 23, 2015
1 parent 4fed609 commit 916370e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ java_import(
jars = ["joda_time/joda-time-2.3.jar"],
)

java_import(
name = "jsch",
jars = ["jsch/jsch-0.1.51.jar"],
)

java_import(
name = "jsr305",
jars = ["jsr305/jsr-305.jar"],
Expand Down
6 changes: 6 additions & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ a minimal set of extra dependencies.
* License: Apache License 2.0


[jsch](http://www.jcraft.com/jsch/)
------
* Version: 0.1.51
* License: BSD-style license


[jsr305](https://code.google.com/p/jsr-305/)
--------

Expand Down

0 comments on commit 916370e

Please sign in to comment.