Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0083a5120d0b893945855f89239e8a1aa81f1831
/
.
/
apps
/
netconf
/
client
/
BUCK
blob: 9db9512cffe4cbddbdf40b3807743dac0f82a527 [
file
] [
log
] [
blame
]
Aaron Kruglikov
d1a1a40
2017-02-07 09:16:34 -0800
[
diff
] [
blame
]
1
COMPILE_DEPS
=
[
2
'//lib:CORE_DEPS'
,
3
'//lib:onos-yang-runtime-api'
,
4
'//protocols/netconf/api:onos-protocols-netconf-api'
5
]
6
7
osgi_jar_with_tests
(
8
deps
=
COMPILE_DEPS
,
9
)