blob: 12c0a666e187e654666ba51dd3f0aebcf45a551a [file] [log] [blame]
Sudhir Kumar Maurya2cc77982018-12-14 06:41:33 -05001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + METRICS + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 deps = COMPILE_DEPS,
7)