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