Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//incubator/api:onos-incubator-api', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//core/common:onos-core-common', |
HIGUCHI Yuta | 652ec6b | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 7 | # TODO Remove after decoupling optical |
| 8 | '//apps/optical-model:onos-apps-optical-model', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 9 | ] |
| 10 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 11 | osgi_jar ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | deps = COMPILE_DEPS, |
| 13 | visibility = ['PUBLIC'], |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | ) |
| 15 | |