blob: ce304418852b28b6b8393d4fc8746c3f6e0d7daa [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [
2 "//core/store/dist:onos-core-dist",
3 "//core/store/serializers:onos-core-serializers",
4 "//incubator/api:onos-incubator-api",
5]
6
7osgi_jar_with_tests(
8 test_deps = TEST_ADAPTERS,
9 deps = COMPILE_DEPS,
10)