blob: 46a4087d53564b7473addd009b540dc338a4c597 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "@concurrent_trees//jar",
Ray Milkey35ea5bf2018-07-17 15:28:44 -07003 "//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
8osgi_jar(
9 deps = COMPILE_DEPS,
10)
11
12onos_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)