Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 4 | ] |
5 | |||||
6 | TEST_DEPS = [ | ||||
7 | '//lib:TEST', | ||||
8 | '//core/api:onos-api-tests', | ||||
9 | ] | ||||
10 | |||||
11 | osgi_jar_with_tests ( | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | ) |