mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user