mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
- ref: http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html Change-Id: I1115e8053f601e78cb933ccbfa664ff8787d2da1
20 lines
350 B
Python
20 lines
350 B
Python
SRC_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:JACKSON',
|
|
'//lib:METRICS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//core/api:onos-api',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST',
|
|
'//core/api:onos-api-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
name = 'onos-core-common',
|
|
deps = SRC_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
visibility = ['PUBLIC'],
|
|
)
|