Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Marc De Leenheer | 57a5af0 | 2016-12-02 20:54:41 -0800 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
5 | '//protocols/tl1/api:onos-protocols-tl1-api', | ||||
6 | '//protocols/tl1/ctl:onos-protocols-tl1-ctl', | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = [ | ||||
10 | '//lib:TEST_ADAPTERS', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests ( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | test_deps = TEST_DEPS, | ||||
16 | ) |