mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
We used to have a lot more vendored third_party dependencies, but now we're only going to have three that we know of, so this java/javatests distinction isn't necessary. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177631319
9 lines
170 B
Python
9 lines
170 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # BSD
|
|
|
|
java_library(
|
|
name = "jsch",
|
|
exports = ["//third_party/java/jsch/v0_1_53"],
|
|
)
|