jaegonkim | dcf7c82 | 2019-02-06 15:00:14 +0900 | [diff] [blame] | 1 | COMPILE_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 | |||||
11 | osgi_jar_with_tests( | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | ) |