Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | ] | ||||
5 | |||||
6 | TEST_DEPS = [ | ||||
7 | '//lib:TEST', | ||||
8 | ] | ||||
9 | |||||
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 10 | osgi_jar_with_tests ( |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 11 | deps = COMPILE_DEPS, |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 12 | test_deps = TEST_DEPS, |
Brian O'Connor | b86c920 | 2016-04-05 20:15:04 -0700 | [diff] [blame] | 13 | visibility = ['PUBLIC'], |
14 | ) |