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