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( |
| 18 | deps = COMPILE_DEPS, |
| 19 | ) |
| 20 | |
| 21 | onos_app( |
| 22 | app_name = "org.onosproject.gluon", |
| 23 | category = "Monitoring", |
| 24 | description = "To fetch data from Gluon Server over Http session.", |
| 25 | included_bundles = BUNDLES, |
| 26 | title = "Gluon Shim", |
| 27 | url = "http://onosproject.org", |
| 28 | ) |