blob: c0beb98b84e7966b6aa2b9bbb3d741dd164b267f [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON
2
3TEST_DEPS = TEST_ADAPTERS
4
5osgi_jar_with_tests (
6 deps = COMPILE_DEPS,
7 test_deps = TEST_DEPS,
8 visibility = ["//visibility:public"],
9)