Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + KRYO + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@io_netty_netty//jar", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 3 | "//apps/tunnel/api:onos-apps-tunnel-api", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 4 | "//protocols/pcep/pcepio:onos-protocols-pcep-pcepio", |
| 5 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api", |
| 6 | "//core/store/serializers:onos-core-serializers", |
| 7 | "//apps/pcep-api:onos-apps-pcep-api", |
| 8 | ] |
| 9 | |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 10 | TEST_DEPS = TEST_ADAPTERS + [ |
| 11 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api-tests", |
Thomas Vachuska | 52f2cd1 | 2018-11-08 21:20:04 -0800 | [diff] [blame] | 12 | "//apps/tunnel/api:onos-apps-tunnel-api-tests", |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 15 | osgi_jar_with_tests( |
Ray Milkey | 0250a08 | 2018-06-27 17:36:01 -0700 | [diff] [blame] | 16 | test_deps = TEST_DEPS, |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 17 | deps = COMPILE_DEPS, |
| 18 | ) |