1load( 2 "@com_googlesource_gerrit_bazlets//tools:junit.bzl", 3 "junit_tests", 4) 5 6junit_tests( 7 name = "sshd_apache", 8 srcs = glob(["tst/**/*.java"]), 9 tags = ["sshd"], 10 deps = [ 11 "//lib:eddsa", 12 "//lib:junit", 13 "//lib:sshd-osgi", 14 "//lib:sshd-sftp", 15 "//org.eclipse.jgit:jgit", 16 "//org.eclipse.jgit.junit.ssh:junit-ssh", 17 "//org.eclipse.jgit.ssh.apache:ssh-apache", 18 ], 19) 20