blob: 67867305fbec06cd302d5af08592400c862f6947 [file] [log] [blame]
Thomas Vachuska7d649b52018-07-10 15:59:59 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/evpn-route-service/api:onos-apps-evpn-route-service-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)