diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-15 00:00:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-16 23:47:30 +0200 |
commit | 8089c8b39c3d9287294cdcdcb92bfcd2fdaa204f (patch) | |
tree | 39234174ae92bd069741520a72b53fa7899ddffe /lib | |
parent | 02344254ea7ddd97c21ea7b50fcb9a49932c3251 (diff) | |
download | jgit-8089c8b39c3d9287294cdcdcb92bfcd2fdaa204f.tar.gz jgit-8089c8b39c3d9287294cdcdcb92bfcd2fdaa204f.zip |
bazel: don't expose jsch and jzlib to org.eclipse.jgit
These libraries are no longer used by org.eclipse.jgit since the code
depending on them was moved to org.eclipse.jgit.ssh.jsch.
Change-Id: Ic1c66e8ca06d904abf44d84154bbe9a770aa94d5
Diffstat (limited to 'lib')
-rw-r--r-- | lib/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -148,7 +148,6 @@ java_library( java_library( name = "jsch", visibility = [ - "//org.eclipse.jgit:__pkg__", "//org.eclipse.jgit.junit.ssh:__pkg__", "//org.eclipse.jgit.ssh.jsch:__pkg__", "//org.eclipse.jgit.ssh.jsch.test:__pkg__", @@ -198,7 +197,6 @@ java_library( java_library( name = "jzlib", visibility = [ - "//org.eclipse.jgit:__pkg__", "//org.eclipse.jgit.ssh.jsch:__pkg__", "//org.eclipse.jgit.test:__pkg__", ], |