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