diff --git a/java/google/registry/flows/BUILD b/java/google/registry/flows/BUILD index dac6caa4f..3fba7a312 100644 --- a/java/google/registry/flows/BUILD +++ b/java/google/registry/flows/BUILD @@ -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", diff --git a/javatests/google/registry/flows/BUILD b/javatests/google/registry/flows/BUILD index 3aa089692..cb6783091 100644 --- a/javatests/google/registry/flows/BUILD +++ b/javatests/google/registry/flows/BUILD @@ -33,7 +33,6 @@ java_library( "//java/google/registry/config", "//java/google/registry/dns", "//java/google/registry/flows", - "//java/google/registry/mapreduce", "//java/google/registry/model", "//java/google/registry/monitoring/whitebox", "//java/google/registry/pricing", @@ -43,7 +42,6 @@ java_library( "//java/google/registry/xml", "//javatests/google/registry/model", "//javatests/google/registry/testing", - "//javatests/google/registry/testing/mapreduce", "//javatests/google/registry/xml", "//third_party/java/appengine:appengine-api-testonly", "//third_party/java/appengine:appengine-testing",