Michele Santuari | 358f30e | 2016-08-04 17:33:12 +0200 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//protocols/netconf/api:onos-protocols-netconf-api', | ||||
5 | '//protocols/netconf/ctl:onos-protocols-netconf-ctl', | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |