blob: 4eac8a717698084e23230a968298ab39f8360819 [file] [log] [blame]
Ray Milkey86ad7bb2018-09-27 12:32:28 -07001COMPILE_DEPS = CORE_DEPS + CLI + [
Ray Milkey18fb0812018-06-21 10:32:53 -07002 "//protocols/pcep/server/ctl:onos-protocols-pcep-server-ctl",
3 "//protocols/pcep/server/api:onos-protocols-pcep-server-api",
Ray Milkey18fb0812018-06-21 10:32:53 -07004]
5
6osgi_jar_with_tests(
Ray Milkey83170642018-10-12 09:01:12 -07007 karaf_command_packages = ["org.onosproject.pcep.cli"],
Ray Milkey18fb0812018-06-21 10:32:53 -07008 deps = COMPILE_DEPS,
9)