xref: /JGit/org.eclipse.jgit.ssh.apache/BUILD (revision db627c417779691d7fe5fa925ea63f53babbae01)
1488d9557SThomas Wolfpackage(default_visibility = ["//visibility:public"])
2488d9557SThomas Wolf
3488d9557SThomas WolfSRCS = glob(["src/**/*.java"])
4488d9557SThomas Wolf
5488d9557SThomas WolfRESOURCES = glob(["resources/**"])
6488d9557SThomas Wolf
7488d9557SThomas Wolfjava_library(
8488d9557SThomas Wolf    name = "ssh-apache",
9488d9557SThomas Wolf    srcs = SRCS,
10488d9557SThomas Wolf    resource_strip_prefix = "org.eclipse.jgit.ssh.apache/resources",
11488d9557SThomas Wolf    resources = RESOURCES,
12488d9557SThomas Wolf    deps = [
13*db627c41SThomas Wolf        "//lib:eddsa",
14488d9557SThomas Wolf        "//lib:slf4j-api",
15488d9557SThomas Wolf        "//lib:sshd-core",
16488d9557SThomas Wolf        "//lib:sshd-sftp",
17488d9557SThomas Wolf        "//org.eclipse.jgit:jgit",
18488d9557SThomas Wolf    ],
19488d9557SThomas Wolf)
20