diff options
Diffstat (limited to 'org.eclipse.jgit.ssh.apache/BUILD')
-rw-r--r-- | org.eclipse.jgit.ssh.apache/BUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ssh.apache/BUILD b/org.eclipse.jgit.ssh.apache/BUILD index fd88a8a88a..c32635f7c5 100644 --- a/org.eclipse.jgit.ssh.apache/BUILD +++ b/org.eclipse.jgit.ssh.apache/BUILD @@ -12,7 +12,10 @@ java_library( resource_strip_prefix = "org.eclipse.jgit.ssh.apache/resources", resources = RESOURCES, deps = [ - "//lib:eddsa", + "//lib:bcpg", + "//lib:bcpkix", + "//lib:bcprov", + "//lib:bcutil", "//lib:slf4j-api", "//lib:sshd-osgi", "//lib:sshd-sftp", |