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