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
This commit is contained in:
Matthias Sohn 2021-07-15 00:00:43 +02:00
parent 02344254ea
commit 8089c8b39c
1 changed files with 0 additions and 2 deletions

View File

@ -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__",
],