Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| 2 | "//protocols/ovsdb/api:onos-protocols-ovsdb-api", |
| 3 | "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc", |
Carmelo Cascone | b953669 | 2019-05-28 18:15:23 -0700 | [diff] [blame] | 4 | "@jaxb_api//jar", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
| 8 | deps = COMPILE_DEPS, |
| 9 | ) |
| 10 | |
| 11 | onos_app( |
| 12 | category = "Protocol", |
| 13 | description = "PCEP protocol API.", |
| 14 | title = "PCEP Protocol API", |
| 15 | url = "http://onosproject.org", |
| 16 | ) |