mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02:00
11 lines
270 B
Text
11 lines
270 B
Text
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",
|
|
],
|
|
)
|