Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
| 2 | "@httpclient_osgi//jar", |
| 3 | "@httpcore_osgi//jar", |
| 4 | "@org_apache_httpcomponents_httpasyncclient_osgi//jar", |
| 5 | "@org_apache_httpcomponents_httpcore_nio//jar", |
| 6 | "@org_apache_karaf_jaas//jar", |
| 7 | ] |
| 8 | |
| 9 | BUNDLES = [ |
| 10 | ":onos-apps-gluon", |
| 11 | "@httpclient_osgi//jar", |
| 12 | "@httpcore_osgi//jar", |
| 13 | "@org_apache_httpcomponents_httpasyncclient_osgi//jar", |
| 14 | "@org_apache_httpcomponents_httpcore_nio//jar", |
| 15 | ] |
| 16 | |
| 17 | osgi_jar_with_tests( |
Ray Milkey | 1d8b9c2 | 2018-10-09 13:13:01 -0700 | [diff] [blame] | 18 | karaf_command_packages = ["org.onosproject.gluon.rsc.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 19 | deps = COMPILE_DEPS, |
| 20 | ) |
| 21 | |
| 22 | onos_app( |
| 23 | app_name = "org.onosproject.gluon", |
| 24 | category = "Monitoring", |
| 25 | description = "To fetch data from Gluon Server over Http session.", |
| 26 | included_bundles = BUNDLES, |
| 27 | title = "Gluon Shim", |
| 28 | url = "http://onosproject.org", |
| 29 | ) |