blob: 600f437b7b508df4425a970fcd9b949140f8fa2d [file] [log] [blame]
oleksandr.yashchuk@plvision.eu3dbcaaf2019-03-13 14:44:46 +02001COMPILE_DEPS = CORE_DEPS + [
2 "//protocols/grpc/api:onos-protocols-grpc-api",
3 "//protocols/gnoi/stub:onos-protocols-gnoi-stub",
4]
5
6osgi_jar(
7 deps = COMPILE_DEPS,
8)