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