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