blob: d8a5fa0730dbf762afda006a4d3b5c1e597f3d04 [file] [log] [blame]
jaegonkimdcf7c822019-02-06 15:00:14 +09001COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3 "//core/store/primitives:onos-core-primitives",
4 "//apps/workflow/api:onos-apps-workflow-api",
5 "//apps/workflow/model:onos-apps-workflow-model",
6 "@jsch//jar",
7 "//protocols/ovsdb/api:onos-protocols-ovsdb-api",
8 "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
9]
10
11osgi_jar_with_tests(
12 deps = COMPILE_DEPS,
13)