blob: 297d383ceacaa51867209d184d694d42f0876d90 [file] [log] [blame]
Ray Milkeyb6d64d52018-06-13 09:49:01 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
Ray Milkey15053f02018-06-13 10:00:45 -07002 "@javax_ws_rs_api//jar",
Ray Milkeyb6d64d52018-06-13 09:49:01 -07003 #'//protocols/ovsdb/api:onos-protocols-ovsdb-api',
4 #'//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
5 #'//apps/pcep-api:onos-apps-pcep-api',
Ray Milkey15053f02018-06-13 10:00:45 -07006 "//incubator/api:onos-incubator-api",
7 "//protocols/rest/api:onos-protocols-rest-api",
Ray Milkeyb6d64d52018-06-13 09:49:01 -07008]
9
Ray Milkey15053f02018-06-13 10:00:45 -070010osgi_jar_with_tests(
Ray Milkeyb6d64d52018-06-13 09:49:01 -070011 deps = COMPILE_DEPS,
12)