blob: d2f748fe8d1a8acf85a5f67c935ef2e742f742c8 [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',
6 '//protocols/tl1/ctl:onos-protocols-tl1-ctl',
7]
8
9TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)