mirror of
https://github.com/google/nomulus
synced 2026-02-05 12:31:15 +00:00
16 lines
427 B
Python
16 lines
427 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"]) # Apache License 2.0
|
|
|
|
java_library(
|
|
name = "appengine_pipeline",
|
|
exports = [
|
|
"@appengine_pipeline//jar",
|
|
"@bazel_tools//third_party:guava",
|
|
"@json//jar",
|
|
"//third_party/java/appengine:appengine-api",
|
|
"//third_party/java/appengine_gcs_client",
|
|
"//third_party/java/servlet/servlet_api",
|
|
],
|
|
)
|