blob: 6a18e667e32e3479a15df01b28d1dacaf94d6d9b [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/restconf/client/api:onos-protocols-restconf-client-api',
'//protocols/restconf/client/ctl:onos-protocols-restconf-client-ctl',
'//protocols/rest/api:onos-protocols-rest-api',
'//apps/yms/api:onos-apps-yms-api',
'//apps/tetunnel/api:onos-apps-tetunnel-api',
'//apps/tenbi/yangmodel:onos-apps-tenbi-yangmodel',
'//apps/tenbi/utils:onos-apps-tenbi-utils',
'//apps/tetopology/api:onos-apps-tetopology-api',
'//incubator/api:onos-incubator-api',
'//providers/ietfte/utils:onos-providers-ietfte-utils',
'//lib:javax.ws.rs-api',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//utils/osgi:onlab-osgi-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)