blob: cd3ada55602b19e3ee6a3ff28c3ce9255fc741cd [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//cli:onos-cli',
'//lib:httpclient-osgi',
'//lib:httpcore-osgi',
'//lib:org.apache.httpcomponents.httpasyncclient-osgi',
'//lib:org.apache.httpcomponents.httpcore-nio',
'//lib:org.apache.karaf.shell.console',
'//lib:org.apache.karaf.jaas',
]
TEST_DEPS = [
'//lib:TEST',
]
BUNDLES = [
':onos-apps-gluon',
'//lib:httpclient-osgi',
'//lib:httpcore-osgi',
'//lib:org.apache.httpcomponents.httpasyncclient-osgi',
'//lib:org.apache.httpcomponents.httpcore-nio',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
app_name = 'org.onosproject.gluon',
title = 'Gluon Shim',
category = 'Monitoring',
url = 'http://onosproject.org',
included_bundles = BUNDLES,
description = 'To fetch data from Gluon Server over Http session.',
)