Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Brian Stanke | 8e9f8d1 | 2016-06-08 14:48:33 -0400 | [diff] [blame] | 3 | '//core/common:onos-core-common', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 8 | '//lib:TEST_ADAPTERS', |
| 9 | '//core/api:onos-api-tests', |
| 10 | '//core/common:onos-core-common-tests', |
| 11 | '//incubator/store:onos-incubator-store', |
| 12 | '//core/store/serializers:onos-core-serializers', |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 13 | '//lib:concurrent-trees', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | ] |
| 15 | |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 16 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 17 | deps = COMPILE_DEPS, |
Brian O'Connor | 695f5d0 | 2016-04-15 15:27:11 -0700 | [diff] [blame] | 18 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 19 | ) |