blob: 7e8d0b2258132d0015798138b3f73628adaf4a0e [file] [log] [blame]
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Thomas Vachuskac1732fd2017-05-10 15:24:47 -07003 '//models/openroadm:onos-models-openroadm',
Marc De Leenheerf20c7fb2017-05-05 10:24:41 -07004 '//core/store/serializers:onos-core-serializers',
5] + YANG_TOOLS
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)