mirror of
https://github.com/google/nomulus
synced 2026-02-05 04:21:07 +00:00
12 lines
238 B
Python
12 lines
238 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache License 2.0
|
|
|
|
java_library(
|
|
name = "apache_sshd",
|
|
exports = [
|
|
"@sshd_core//jar",
|
|
"//third_party/java/apache_mina:core",
|
|
],
|
|
)
|