blob: 28074570474158edbcbcd04e8d38866f45bcf0da [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + JACKSON
Ray Milkey39332952018-07-16 13:42:51 -07002
3osgi_jar_with_tests(
4 test_deps = TEST_ADAPTERS,
5 deps = COMPILE_DEPS,
6)