Ivan Eroshkin | 2947ed5 | 2019-10-30 14:23:58 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + [ |
Boyuan Yan | 6b23b38 | 2019-06-04 11:59:35 -0700 | [diff] [blame] | 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | "//apps/optical-model:onos-apps-optical-model", |
| 4 | ] |
| 5 | |
| 6 | TEST_DEPS = TEST_ADAPTERS + [ |
| 7 | "//utils/osgi:onlab-osgi-tests", |
| 8 | ] |
| 9 | |
| 10 | osgi_jar_with_tests( |
Ivan Eroshkin | 2947ed5 | 2019-10-30 14:23:58 +0100 | [diff] [blame] | 11 | karaf_command_packages = ["org.onosproject.roadm.cli"], |
Boyuan Yan | 6b23b38 | 2019-06-04 11:59:35 -0700 | [diff] [blame] | 12 | test_deps = TEST_DEPS, |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |