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