google-nomulus/third_party/java/jsch/v0_1_44_google/BUILD
guyben d182d62b96 Allow EventSample.record to accept numSamples=0
There's really no reason not to.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171037754
2017-10-10 12:09:41 -04:00

15 lines
337 B
Text

package_group(
name = "specific_version",
packages = ["//third_party/java/jsch"],
)
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # BSD
java_import(
name = "v0_1_44_google",
jars = ["jsch-0.1.44_google.jar"],
srcjar = "jsch-0.1.44_google-src.jar",
deps = ["@com_jcraft_jzlib"],
)