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