mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 02:41:49 +02:00
- ref: http://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html Change-Id: I1115e8053f601e78cb933ccbfa664ff8787d2da1
21 lines
453 B
Python
21 lines
453 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:KRYO',
|
|
'//lib:concurrent-trees',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//core/store/dist:onos-core-dist',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
'//core/api:onos-api-tests',
|
|
'//core/common:onos-core-common-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
visibility = ['PUBLIC'],
|
|
)
|