Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@io_netty_netty//jar", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 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 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api", |
| 7 | "//protocols/pcep/pcepio:onos-protocols-pcep-pcepio", |
| 8 | "//core/api:onos-api-tests", |
| 9 | "//apps/optical-model:onos-apps-optical-model", |
| 10 | ] |
| 11 | |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 12 | TEST_DEPS = TEST + [ |
| 13 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api-tests", |
| 14 | "//apps/pcep-api:onos-apps-pcep-api-tests", |
| 15 | ] |
| 16 | |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 17 | osgi_jar_with_tests( |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 18 | test_deps = TEST_DEPS, |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 19 | deps = COMPILE_DEPS, |
| 20 | ) |