blob: ed9d919808ad4d6ef44620966a1b72d96c9b7684 [file] [log] [blame]
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//apps/openroadm/yangmodel:onos-apps-openroadm-yangmodel',
4 '//core/store/serializers:onos-core-serializers',
5] + YANG_TOOLS
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)