Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b5835a38e4eea140c7cecfea89e2c82c6bbb9177
/
.
/
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
,
)