mohamedrahil | 00f6f26 | 2016-11-24 20:20:41 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
harikrushna-Huawei | a2c7c20 | 2017-04-10 18:22:00 +0530 | [diff] [blame] | 4 | '//protocols/pcep/server/ctl:onos-protocols-pcep-server-ctl', |
5 | '//protocols/pcep/server/api:onos-protocols-pcep-server-api', | ||||
mohamedrahil | 00f6f26 | 2016-11-24 20:20:41 +0530 | [diff] [blame] | 6 | '//lib:org.apache.karaf.shell.console', |
7 | '//cli:onos-cli', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |