Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
2 | "@org_apache_karaf_shell_console//jar", | ||||
3 | "//apps/pce/app:onos-apps-pce-app", | ||||
4 | "//cli:onos-cli", | ||||
5 | "//incubator/api:onos-incubator-api", | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 | |||||
12 | onos_app( | ||||
13 | category = "Utility", | ||||
14 | description = "Allows the user to visualize different types of paths between network entities", | ||||
15 | title = "PCE REST API", | ||||
16 | url = "http://onosproject.org", | ||||
17 | ) |