You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUILD 440B

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