mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
9 lines
212 B
Python
9 lines
212 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # MIT, portions under other notice licenses
|
|
|
|
java_library(
|
|
name = "bouncycastle_bcpkix",
|
|
exports = ["@bcpkix_jdk15on//jar"],
|
|
)
|