blob: d38ffbca979265b78bcdf1b5e07b013cbd0b2b0c [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [
"//apps/tetopology/api:onos-apps-tetopology-api",
"//core/store/serializers:onos-core-serializers",
]
TEST_DEPS = TEST_ADAPTERS + [
"//utils/osgi:onlab-osgi-tests",
]
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)