Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
4a409b43744d0b0a2d1d465a076071132f7b2910
/
.
/
apps
/
vtn
/
vtnrsc
/
BUCK
blob: 846fc16d9fd6a1d1d0fd770ba06174abc2185e51 [
file
] [
log
] [
blame
]
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//lib:org.apache.karaf.shell.console'
,
'//cli:onos-cli'
,
'//core/store/serializers:onos-core-serializers'
,
]
TEST_DEPS
=
[
'//lib:TEST_REST'
,
]
osgi_jar_with_tests
(
deps
=
COMPILE_DEPS
,
test_deps
=
TEST_DEPS
,
)