blob: 016e14a077981321bd45c9b7907585b69744324c [file] [log] [blame]
jaegonkimdcf7c822019-02-06 15:00:14 +09001COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/workflow/api:onos-apps-workflow-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)