diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2017-08-31 14:14:05 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2017-08-31 14:14:05 +0200 |
commit | c506f8d2dd0f0974339a087251f35e7e8d878df2 (patch) | |
tree | a5ab0714f6351860c48624dd8976159e28eb8314 /lib | |
parent | f4329b09d48e78dc67911a50a159bd64e78822fc (diff) | |
download | jgit-c506f8d2dd0f0974339a087251f35e7e8d878df2.tar.gz jgit-c506f8d2dd0f0974339a087251f35e7e8d878df2.zip |
Add dependency to jsch for OpenSshConfigTest to bazel build
Make jsch visible to the test bundle and add the dependency.
Change-Id: I0c49ee9b8f64fe8a8c74d2f08865917eb33069b4
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -106,7 +106,10 @@ java_library( java_library( name = "jsch", - visibility = ["//org.eclipse.jgit:__pkg__"], + visibility = [ + "//org.eclipse.jgit:__pkg__", + "//org.eclipse.jgit.test:__pkg__", + ], exports = ["@jsch//jar"], ) |