mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
- ref: http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html Change-Id: I1115e8053f601e78cb933ccbfa664ff8787d2da1
17 lines
350 B
Python
17 lines
350 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:JACKSON',
|
|
'//lib:METRICS',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//incubator/net:onos-incubator-net',
|
|
'//utils/rest:onlab-rest',
|
|
'//core/common:onos-core-common',
|
|
]
|
|
|
|
osgi_jar (
|
|
deps = COMPILE_DEPS,
|
|
visibility = ['PUBLIC'],
|
|
)
|
|
|