xref: /JGit/org.eclipse.jgit.ssh.apache/BUILD (revision 86cee68e0d9282ecc6a49792693309e8d5d9d984)
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 = [
13db627c41SThomas Wolf        "//lib:eddsa",
14488d9557SThomas Wolf        "//lib:slf4j-api",
15*86cee68eSThomas Wolf        "//lib:sshd-osgi",
16488d9557SThomas Wolf        "//lib:sshd-sftp",
17488d9557SThomas Wolf        "//org.eclipse.jgit:jgit",
18488d9557SThomas Wolf    ],
19488d9557SThomas Wolf)
20