mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Add required dependency for RemoteApiInstaller
We got 500 Internal Server Error when calling GAE RemoteApi in Nomulus tool. The root cause is we missed the dependency described in this [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=242166362
This commit is contained in:
parent
e51c193558
commit
9bcaaec7fd
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ java_library(
|
|||
name = "server",
|
||||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/com/google/appengine/public:appengine-remote-api-servlet",
|
||||
"//java/google/registry/config",
|
||||
"//java/google/registry/dns",
|
||||
"//java/google/registry/export",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue