Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:onos-yang-runtime-api', | ||||
4 | '//protocols/netconf/api:onos-protocols-netconf-api' | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) |