blob: f3de3a0950d255b177e96f8bcb0e5eb5237d1d6b [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',
)