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', | ||||
7 | ] | ||||
8 | |||||
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 9 | osgi_jar ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 10 | deps = COMPILE_DEPS, |
11 | visibility = ['PUBLIC'], | ||||
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 12 | ) |
13 |