Thomas Vachuska | 1028e1e | 2018-07-10 22:30:32 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "//core/common:onos-core-common", |
| 3 | "//core/store/serializers:onos-core-serializers", |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 4 | "//apps/route-service/api:onos-apps-route-service-api", |
| 5 | "//apps/mcast/api:onos-apps-mcast-api", |
| 6 | "//apps/mcast/cli:onos-apps-mcast-cli", |
Charles Chan | c0a499b | 2019-01-16 15:30:39 -0800 | [diff] [blame] | 7 | "//apps/portloadbalancer:onos-apps-portloadbalancer", |
Ray Milkey | 8942b24 | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 8 | ] |
| 9 | |
| 10 | TEST_DEPS = TEST_ADAPTERS + [ |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 11 | "//core/net:onos-core-net", |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 12 | "//apps/route-service/api:onos-apps-route-service-api-tests", |
Ray Milkey | 8942b24 | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 15 | osgi_jar_with_tests( |
Ray Milkey | 5105ec3 | 2018-10-05 10:17:34 -0700 | [diff] [blame] | 16 | karaf_command_packages = ["org.onosproject.segmentrouting.cli"], |
Ray Milkey | 8942b24 | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
Ray Milkey | cad61cd | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 18 | deps = COMPILE_DEPS, |
Ray Milkey | 8942b24 | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 19 | ) |