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

View file

@ -33,7 +33,6 @@ java_library(
"//java/google/registry/config", "//java/google/registry/config",
"//java/google/registry/dns", "//java/google/registry/dns",
"//java/google/registry/flows", "//java/google/registry/flows",
"//java/google/registry/mapreduce",
"//java/google/registry/model", "//java/google/registry/model",
"//java/google/registry/monitoring/whitebox", "//java/google/registry/monitoring/whitebox",
"//java/google/registry/pricing", "//java/google/registry/pricing",
@ -43,7 +42,6 @@ java_library(
"//java/google/registry/xml", "//java/google/registry/xml",
"//javatests/google/registry/model", "//javatests/google/registry/model",
"//javatests/google/registry/testing", "//javatests/google/registry/testing",
"//javatests/google/registry/testing/mapreduce",
"//javatests/google/registry/xml", "//javatests/google/registry/xml",
"//third_party/java/appengine:appengine-api-testonly", "//third_party/java/appengine:appengine-api-testonly",
"//third_party/java/appengine:appengine-testing", "//third_party/java/appengine:appengine-testing",