Switch remaining App Engine dependencies to built-at-head targets

Most dependencies on the Old SDK were switched in [] This is just catching up on some OAuth dependencies that remained and some remaining uses of Old build rules.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226337284
This commit is contained in:
emcmanus 2018-12-20 08:07:58 -08:00 committed by Michael Muller
parent 7ade0f0adb
commit a153f8ec77
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@ java_library(
srcs = glob(["*.java"]),
resources = glob(["files/*.yaml"]),
deps = [
"//java/com/google/api/client/extensions/appengine/auth/oauth2",
"//java/google/registry/keyring/api",
"//java/google/registry/util",
"@com_google_api_client",

View file

@ -35,7 +35,6 @@ java_library(
"//java/google/registry/module/tools",
],
deps = [
"//java/com/google/api/client/extensions/appengine/auth/oauth2",
"//java/google/registry/backup",
"//java/google/registry/beam/invoicing",
"//java/google/registry/beam/spec11",