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