blob: 9e01912940e63fc02936b281a1bae9d94122ee6f [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
Carmelo Cascone72893b72018-08-09 00:59:06 -07002 "@io_netty_netty//jar",
Ray Milkey324af932018-06-20 19:50:31 -07003]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)