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