blob: a1c6f0b6ae81b226115a5ea7e3123fe3841b616d [file] [log] [blame]
jaegonkim69b56072019-04-05 00:28:25 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:jackson-core',
4 '//lib:jackson-annotations',
5 '//lib:jackson-databind',
6 '//core/store/serializers:onos-core-serializers',
7 '//apps/workflow/api:onos-apps-workflow-api',
8]
9
10osgi_jar_with_tests(
11 deps = COMPILE_DEPS,
12)