blob: f3558c7cee2607b3c89ca8b2a3b4df86ea048e18 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
2 "@netty_codec//jar",
3]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)