Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@com_google_code_gson_gson//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 3 | "@amqp_client//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | BUNDLES = [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 7 | "@com_google_code_gson_gson//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 8 | "@amqp_client//jar", |
| 9 | "//apps/rabbitmq:onos-apps-rabbitmq", |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests( |
| 13 | resources = glob(["src/main/resources/**"]), |
| 14 | resources_root = "src/main/resources", |
| 15 | test_deps = TEST_ADAPTERS, |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app( |
| 20 | category = "Integration", |
| 21 | description = "Rabbit MQ application.", |
| 22 | included_bundles = BUNDLES, |
| 23 | required_apps = ["org.onosproject.proxyarp"], |
| 24 | title = "Rabbit MQ Integration", |
| 25 | url = "http://onosproject.org", |
| 26 | ) |