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