Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 4 | '//apps/pce/app:onos-apps-pce-app', |
| 5 | '//cli:onos-cli', |
| 6 | '//lib:org.apache.karaf.shell.console', |
| 7 | '//core/api:onos-api', |
| 8 | '//incubator/api:onos-incubator-api', |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 16 | title = 'PCE REST API', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 17 | category = 'Utility', |
| 18 | url = 'http://onosproject.org', |
| 19 | description = 'Allows the user to visualize different types of paths between network entities', |
| 20 | ) |