Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
| 2 | "//incubator/api:onos-incubator-api", |
| 3 | "//core/store/serializers:onos-core-serializers", |
| 4 | ] |
| 5 | |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 6 | TEST_DEPS = TEST_ADAPTERS + [ |
| 7 | "//utils/osgi:onlab-osgi-tests", |
| 8 | "//incubator/api:onos-incubator-api-tests", |
| 9 | ] |
| 10 | |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 11 | osgi_jar_with_tests( |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 12 | test_deps = TEST_DEPS, |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
| 14 | ) |