11316d43eSThomas Wolfpackage(default_visibility = ["//visibility:public"]) 21316d43eSThomas Wolf 31316d43eSThomas Wolfjava_library( 41316d43eSThomas Wolf name = "junit-ssh", 51316d43eSThomas Wolf testonly = 1, 61316d43eSThomas Wolf srcs = glob(["src/**/*.java"]), 71316d43eSThomas Wolf resource_strip_prefix = "org.eclipse.jgit.junit.ssh/resources", 81316d43eSThomas Wolf resources = glob(["resources/**"]), 91316d43eSThomas Wolf deps = [ 10*86cee68eSThomas Wolf "//lib:sshd-osgi", 111316d43eSThomas Wolf "//lib:sshd-sftp", 121316d43eSThomas Wolf # We want these deps to be provided_deps 131316d43eSThomas Wolf "//org.eclipse.jgit:jgit", 141316d43eSThomas Wolf ], 151316d43eSThomas Wolf) 16