blob: 3f4545b36991a7b860d6610aeb50b8ac203ed977 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"//incubator/api:onos-incubator-api",
"//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api",
]
TEST_DEPS = TEST + [
"//utils/osgi:onlab-osgi-tests",
"//incubator/api:onos-incubator-api-tests",
]
osgi_jar_with_tests(
test_deps = TEST_DEPS,
deps = COMPILE_DEPS,
)