mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +00:00
Run buildifier on codebase to format BUILD files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140362453
This commit is contained in:
10
third_party/java/appengine_mapreduce2/BUILD
vendored
10
third_party/java/appengine_mapreduce2/BUILD
vendored
@@ -6,6 +6,11 @@ java_library(
|
||||
name = "appengine_mapreduce",
|
||||
exports = ["@appengine_mapreduce//jar"],
|
||||
runtime_deps = [
|
||||
"//third_party/java/appengine_gcs_client",
|
||||
"//third_party/java/appengine_pipeline",
|
||||
"//third_party/java/charts4j",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/servlet/servlet_api",
|
||||
"@fastutil//jar",
|
||||
"@google_api_client//jar",
|
||||
"@google_api_client_appengine//jar",
|
||||
@@ -16,10 +21,5 @@ java_library(
|
||||
"@jackson_core//jar",
|
||||
"@jackson_databind//jar",
|
||||
"@protobuf_java//jar",
|
||||
"//third_party/java/appengine_gcs_client",
|
||||
"//third_party/java/appengine_pipeline",
|
||||
"//third_party/java/charts4j",
|
||||
"//third_party/java/joda_time",
|
||||
"//third_party/java/servlet/servlet_api",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user