mirror of
https://github.com/google/nomulus
synced 2026-08-19 13:46:13 +00:00
14 lines
250 B
Python
14 lines
250 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
java_library(
|
|
name = "v6_1_22",
|
|
testonly = 1,
|
|
exports = [
|
|
"@jetty//jar",
|
|
"@jetty_util//jar",
|
|
"@servlet_api//jar",
|
|
],
|
|
)
|