blob: fd493f4c0d6da9645ee0f69fc544ab367bafc657 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:javax.ws.rs-api',
'//utils/rest:onlab-rest',
'//lib:JACKSON',
'//cli:onos-cli',
'//lib:org.apache.karaf.shell.console',
'//apps/cfm/api:onos-apps-cfm-api',
]
TEST_DEPS = [
'//lib:TEST_REST',
'//utils/osgi:onlab-osgi-tests',
'//web/api:onos-rest-tests',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
web_context = '/onos/cfm',
api_title = 'L2 Monitoring CFM',
api_version = '1.0',
api_description = 'REST API for L2 Monitoring CFM',
api_package = 'org.onosproject.soam.rest',
)