Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:KRYO', |
Thomas Vachuska | ce54193 | 2016-04-06 11:25:53 -0700 | [diff] [blame] | 4 | '//lib:concurrent-trees', |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 5 | '//incubator/api:onos-incubator-api', |
| 6 | '//core/store/dist:onos-core-dist', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 7 | '//core/store/serializers:onos-core-serializers', |
| 8 | '//lib:joda-time', |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 9 | ] |
| 10 | |
| 11 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 12 | '//lib:TEST_ADAPTERS', |
| 13 | '//core/api:onos-api-tests', |
| 14 | '//core/common:onos-core-common-tests', |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 15 | ] |
| 16 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 17 | osgi_jar_with_tests ( |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 18 | deps = COMPILE_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 19 | test_deps = TEST_DEPS, |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 20 | visibility = ['PUBLIC'], |
| 21 | ) |