mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
11 lines
238 B
Text
11 lines
238 B
Text
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",
|
|
],
|
|
)
|