onos/apps/yms/api/BUCK.deprecated
Thomas Vachuska 61b0862d19 Commenting out YMS dependencies as they prevent 'buck project' from working
Change-Id: Id7deaefa925cf3626ced175bbf9cdbc41db0780e
2017-11-04 01:17:54 +00:00

9 lines
118 B
Plaintext

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:onos-yang-datamodel',
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)