Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "@org_apache_karaf_shell_console//jar", | ||||
3 | "//incubator/api:onos-incubator-api", | ||||
4 | "//protocols/pcep/server/ctl:onos-protocols-pcep-server-ctl", | ||||
5 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api", | ||||
6 | "//cli:onos-cli", | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar_with_tests( | ||||
10 | deps = COMPILE_DEPS, | ||||
11 | ) |