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