Remove unneeded reference to [] libraries

The flows package no longer needs [].

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=142263353
This commit is contained in:
mountford 2016-12-16 08:42:08 -08:00 committed by Ben McIlwain
parent 8fdf67d332
commit 246098d8e8
2 changed files with 0 additions and 5 deletions

View file

@ -31,8 +31,6 @@ java_library(
"//java/com/google/common/net",
"//java/google/registry/config",
"//java/google/registry/dns",
"//java/google/registry/mapreduce",
"//java/google/registry/mapreduce/inputs",
"//java/google/registry/model",
"//java/google/registry/monitoring/metrics",
"//java/google/registry/monitoring/whitebox",
@ -43,7 +41,6 @@ java_library(
"//java/google/registry/util",
"//java/google/registry/xml",
"//third_party/java/appengine:appengine-api",
"//third_party/java/appengine_mapreduce2:appengine_mapreduce",
"//third_party/java/auto:auto_value",
"//third_party/java/dagger",
"//third_party/java/joda_money",