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