Thomas Vachuska | 970b964 | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "//core/common:onos-core-common", |
| 3 | "//core/store/serializers:onos-core-serializers", |
| 4 | "//incubator/api:onos-incubator-api", |
| 5 | "//apps/route-service/api:onos-apps-route-service-api", |
| 6 | "//apps/mcast/api:onos-apps-mcast-api", |
| 7 | "//apps/mcast/cli:onos-apps-mcast-cli", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | TEST_DEPS = TEST_ADAPTERS + [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 11 | "//core/net:onos-core-net", |
| 12 | "//incubator/api:onos-incubator-api-tests", |
| 13 | "//apps/route-service/api:onos-apps-route-service-api-tests", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 14 | ] |
| 15 | |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 16 | osgi_jar_with_tests( |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 18 | deps = COMPILE_DEPS, |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 19 | ) |