Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + [ |
2 | '//incubator/api:onos-incubator-api', | ||||
3 | ] | ||||
4 | |||||
5 | TEST_DEPS = TEST + ['//core/api:onos-api-tests'] | ||||
6 | |||||
7 | osgi_jar_with_tests ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | test_deps = TEST_DEPS, | ||||
10 | visibility = ["//visibility:public"], | ||||
11 | ) |