Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 4 | '//protocols/ovsdb/api:onos-protocols-ovsdb-api', |
| 5 | '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc', |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 6 | '//apps/pcep-api:onos-apps-pcep-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | '//incubator/api:onos-incubator-api', |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 8 | '//protocols/rest/api:onos-protocols-rest-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 9 | '//lib:javax.ws.rs-api', |
| 10 | ] |
| 11 | |
Ray Milkey | 12c1d51 | 2016-04-25 15:16:00 -0700 | [diff] [blame] | 12 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | ) |