Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//apps/openroadm/yangmodel:onos-apps-openroadm-yangmodel', | ||||
4 | '//core/store/serializers:onos-core-serializers', | ||||
5 | ] + YANG_TOOLS | ||||
6 | |||||
7 | osgi_jar_with_tests ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) |