Ray Milkey | b6d64d5 | 2018-06-13 09:49:01 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
2 | '@javax_ws_rs_api//jar', | ||||
3 | #'//protocols/ovsdb/api:onos-protocols-ovsdb-api', | ||||
4 | #'//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', | ||||
5 | #'//apps/pcep-api:onos-apps-pcep-api', | ||||
6 | '//incubator/api:onos-incubator-api', | ||||
7 | '//protocols/rest/api:onos-protocols-rest-api', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |