mirror of
https://github.com/google/nomulus
synced 2026-02-04 03:52:33 +00:00
12 lines
270 B
Python
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",
|
|
],
|
|
)
|