summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 82ef4e8822..9b59b84eda 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -61,7 +61,7 @@ java_library(
java_library(
name = "sshd-core",
visibility = [
- "//org.eclipse.jgit.junit:__pkg__",
+ "//org.eclipse.jgit.junit.ssh:__pkg__",
"//org.eclipse.jgit.ssh.apache:__pkg__",
"//org.eclipse.jgit.ssh.apache.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",
@@ -72,7 +72,7 @@ java_library(
java_library(
name = "sshd-sftp",
visibility = [
- "//org.eclipse.jgit.junit:__pkg__",
+ "//org.eclipse.jgit.junit.ssh:__pkg__",
"//org.eclipse.jgit.ssh.apache:__pkg__",
"//org.eclipse.jgit.ssh.apache.test:__pkg__",
"//org.eclipse.jgit.test:__pkg__",