blob: c6ca52a096f44c9c727387deba49ea6b8f62e7ae [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON
2
3TEST_DEPS = TEST_ADAPTERS
4
Ray Milkey0bcdfd12018-05-23 14:07:19 -07005osgi_jar_with_tests(
Ray Milkey7dac7da2017-08-01 16:56:05 -07006 test_deps = TEST_DEPS,
7 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -07008 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -07009)