1
0
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:
mcilwain
2016-11-28 08:49:22 -08:00
committed by Ben McIlwain
parent 9129c74201
commit 2b7d580bb3
109 changed files with 404 additions and 519 deletions

View File

@@ -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",
],
)