Ray Milkey | d84f89b | 2018-08-17 14:54:17 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:JACKSON', | ||||
4 | '//lib:METRICS', | ||||
5 | '//lib:org.apache.karaf.shell.console', | ||||
6 | '//incubator/api:onos-incubator-api', | ||||
7 | '//incubator/net:onos-incubator-net', | ||||
8 | '//utils/rest:onlab-rest', | ||||
9 | '//core/common:onos-core-common', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | visibility = ['PUBLIC'], | ||||
15 | ) | ||||
16 |