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