blob: f74f48827ab9d16af0483bf2e2bf093e6618a3e3 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//lib:javax.ws.rs-api',
'//utils/rest:onlab-rest',
]
TEST_DEPS = [
'//lib:TEST_REST',
]
osgi_jar_with_tests (
name = 'onos-rest',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
web_context = '/onos/v1',
)