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