1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00:00
Files
nomulus/third_party/java/bouncycastle/BUILD
2016-03-01 17:59:16 -05:00

12 lines
270 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT, portions under other notice licenses
java_library(
name = "bouncycastle",
exports = [
"@bcprov_jdk15on//jar",
"//third_party/java/bouncycastle_bcpkix",
],
)