blob: b759412377541493f80f3920ebf9b496a50f7ada [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//protocols/ovsdb/api:onos-protocols-ovsdb-api",
3 "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
Carmelo Casconeb9536692019-05-28 18:15:23 -07004 "@jaxb_api//jar",
Ray Milkey324af932018-06-20 19:50:31 -07005]
6
7osgi_jar_with_tests(
8 deps = COMPILE_DEPS,
9)
10
11onos_app(
12 category = "Protocol",
13 description = "PCEP protocol API.",
14 title = "PCEP Protocol API",
15 url = "http://onosproject.org",
16)