mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
8 lines
212 B
Text
8 lines
212 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # MIT, portions under other notice licenses
|
|
|
|
java_library(
|
|
name = "bouncycastle_bcpkix",
|
|
exports = ["@bcpkix_jdk15on//jar"],
|
|
)
|