mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 12:37:52 +02:00
15 lines
427 B
Text
15 lines
427 B
Text
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",
|
|
],
|
|
)
|