Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
e8947b06cf441ac2f9c1c02501830024e42be086
/
.
/
protocols
/
openflow
/
api
/
BUCK
blob: 266a1fc9fc485ee7f1d0b337241c6091837d6a3a [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:NETTY'
,
'//lib:openflowj'
,
'//lib:netty-transport'
,
]
TEST_DEPS
=
[
'//lib:TEST'
,
'//core/api:onos-api-tests'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)