commit | de3e936507e3e19407d08f04b86dbf13feecae91 | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Tue Aug 07 08:51:12 2018 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Aug 07 08:51:12 2018 -0700 |
tree | 94650d4d76f7b954d22610ff9bc47563e8a05fec | |
parent | 3f752726f7ca13aa065b8f51ac9349d9646c9c08 [diff] [blame] |
Add missing runtime_deps to gwtorm Change-Id: I41c547837c8275eef563bea31711e9b5a0b72189
diff --git a/lib/BUILD b/lib/BUILD index a9d82e9..38b0b80 100644 --- a/lib/BUILD +++ b/lib/BUILD
@@ -72,7 +72,11 @@ name = "gwtorm", visibility = ["//visibility:public"], exports = [":gwtorm-client"], - runtime_deps = [":protobuf"], + runtime_deps = [ + ":protobuf", + "//lib/antlr:java-runtime", + "//lib/ow2:ow2-asm", + ], ) java_library(