Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + CLI + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | "//core/store/primitives:onos-core-primitives", |
| 4 | "//drivers/default:onos-drivers-default", |
| 5 | "//apps/segmentrouting/app:onos-apps-segmentrouting-app", |
| 6 | "//apps/route-service/api:onos-apps-route-service-api", |
| 7 | "//apps/mcast/api:onos-apps-mcast-api", |
| 8 | ] |
| 9 | |
| 10 | TEST_DEPS = TEST_ADAPTERS + [ |
| 11 | "//utils/misc:onlab-misc", |
| 12 | "//apps/route-service/api:onos-apps-route-service-api-tests", |
| 13 | ] |
| 14 | |
| 15 | osgi_jar_with_tests( |
Ray Milkey | ebe0ec6 | 2018-10-10 14:32:38 -0700 | [diff] [blame] | 16 | karaf_command_packages = ["org.onosproject.t3.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 17 | test_deps = TEST_DEPS, |
| 18 | deps = COMPILE_DEPS, |
| 19 | ) |