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", |
Ray Milkey | 15053f0 | 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 | f7b1b4b | 2019-01-16 15:30:39 -0800 | [diff] [blame] | 7 | "//apps/portloadbalancer:onos-apps-portloadbalancer", |
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", |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 12 | "//apps/route-service/api:onos-apps-route-service-api-tests", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 13 | ] |
| 14 | |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 15 | osgi_jar_with_tests( |
Ray Milkey | b52acf3 | 2018-10-05 10:17:34 -0700 | [diff] [blame] | 16 | karaf_command_packages = ["org.onosproject.segmentrouting.cli"], |
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 | ) |