Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| 2 | "@concurrent_trees//jar", |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 3 | "//apps/routing-api:onos-apps-routing-api", |
| 4 | "//apps/intentsync:onos-apps-intentsync", |
| 5 | "//apps/route-service/api:onos-apps-route-service-api", |
| 6 | ] |
| 7 | |
| 8 | osgi_jar( |
| 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | onos_app( |
| 13 | category = "Traffic Engineering", |
| 14 | description = "SDN-IP reactive routing application.", |
| 15 | required_apps = [ |
| 16 | "org.onosproject.intentsynchronizer", |
| 17 | "org.onosproject.sdnip", |
| 18 | "org.onosproject.route-service", |
| 19 | ], |
| 20 | title = "SDN-IP Reactive Routing", |
| 21 | url = "http://onosproject.org", |
| 22 | ) |