blob: 988bfb0bc2d143c9aec0b57e42a0e4de9e574769 [file] [log] [blame]
Marc De Leenheer57a5af02016-12-02 20:54:41 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Marc De Leenheer57a5af02016-12-02 20:54:41 -08004 '//incubator/api:onos-incubator-api',
5 '//protocols/tl1/api:onos-protocols-tl1-api',
Marc De Leenheer57a5af02016-12-02 20:54:41 -08006]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)