Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 3 | '//protocols/pcep/pcepio:onos-protocols-pcep-pcepio', |
Priyanka B | 94395bf | 2016-05-21 18:39:46 +0530 | [diff] [blame] | 4 | '//apps/pcep-api:onos-apps-pcep-api', |
Avantika-Huawei | d1e36bd | 2016-05-26 12:47:16 +0530 | [diff] [blame] | 5 | '//incubator/api:onos-incubator-api', |
Zayne Khouja | 4755715 | 2016-07-20 13:50:05 -0700 | [diff] [blame] | 6 | '//lib:netty', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | ] |
8 | |||||
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 9 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 10 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ) |
12 |