Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
| 4 | '//lib:METRICS', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 5 | '//lib:org.apache.karaf.shell.console', |
| 6 | '//incubator/api:onos-incubator-api', |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 7 | '//incubator/net:onos-incubator-net', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 8 | '//utils/rest:onlab-rest', |
| 9 | '//core/common:onos-core-common', |
| 10 | ] |
| 11 | |
Brian O'Connor | be27bb3 | 2016-04-29 16:55:44 -0700 | [diff] [blame] | 12 | osgi_jar ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
| 14 | visibility = ['PUBLIC'], |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 15 | ) |
| 16 | |