blob: f04af82fe54f40fe8f58a78072392b9781f9a544 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + [
2 "//core/protobuf/models/proto:onos-core-protobuf-models-proto",
3]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)