diff --git a/java/google/registry/flows/BUILD b/java/google/registry/flows/BUILD index 093190d83..4d1130712 100644 --- a/java/google/registry/flows/BUILD +++ b/java/google/registry/flows/BUILD @@ -4,8 +4,6 @@ package( licenses(["notice"]) # Apache 2.0 -load("@io_bazel_rules_closure//closure:defs.bzl", "closure_java_template_library") - filegroup( name = "flows_files", srcs = glob([ @@ -22,7 +20,6 @@ java_library( ]), visibility = ["//visibility:public"], deps = [ - ":soy_java_wrappers", "//java/google/registry/batch", "//java/google/registry/config", "//java/google/registry/dns", @@ -52,9 +49,3 @@ java_library( "@org_joda_money", ], ) - -closure_java_template_library( - name = "soy_java_wrappers", - srcs = glob(["soy/*.soy"]), - java_package = "google.registry.flows.soy", -) diff --git a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy b/java/google/registry/flows/soy/DomainCheckFeeEpp.soy deleted file mode 100644 index 63f300bd2..000000000 --- a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright 2017 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -{namespace registry.soy.api} - -/** Domain check fee request for one domain. */ -{template .domaincheckfee stricthtml="false"} -{@param domainName: string} - - - - - - {$domainName} - - - - - - {$domainName} - create - 1 - - - - CheckApiAction - - -{/template}