diff options
Diffstat (limited to 'test/runtimes/java/BUILD')
-rw-r--r-- | test/runtimes/java/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/java/BUILD b/test/runtimes/java/BUILD index 7e2808ece..8c39d39ec 100644 --- a/test/runtimes/java/BUILD +++ b/test/runtimes/java/BUILD @@ -5,4 +5,5 @@ package(licenses = ["notice"]) go_binary( name = "proctor-java", srcs = ["proctor-java.go"], + deps = ["//test/runtimes/common"], ) |