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", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | deps = COMPILE_DEPS, | ||||
8 | ) | ||||
9 | |||||
10 | onos_app( | ||||
11 | category = "Protocol", | ||||
12 | description = "PCEP protocol API.", | ||||
13 | title = "PCEP Protocol API", | ||||
14 | url = "http://onosproject.org", | ||||
15 | ) |