Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 2 | "//core/common:onos-core-common", |
| 3 | "//utils/rest:onlab-rest", |
| 4 | "//core/store/serializers:onos-core-serializers", |
| 5 | "@concurrent_trees//jar", |
| 6 | "//incubator/api:onos-incubator-api", |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | TEST_DEPS = TEST_ADAPTERS |
| 10 | |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 11 | osgi_jar_with_tests( |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 12 | test_deps = TEST_DEPS, |
| 13 | visibility = ["//visibility:public"], |
Ray Milkey | 0bcdfd1 | 2018-05-23 14:07:19 -0700 | [diff] [blame] | 14 | deps = COMPILE_DEPS, |
Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame] | 15 | ) |