commit | 6a7b524ef2795e12f19b33bc38d3811c8a788011 | [log] [tgz] |
---|---|---|
author | jaegonkim <jaegon77.kim@samsung.com> | Wed Sep 12 23:09:42 2018 +0900 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Oct 04 00:42:17 2018 +0000 |
tree | 3754e222336d6a26de2263c0843d79b41e2a887e | |
parent | 5409e34ac0c062bd37f3d6ae0c656ebcf2c65d2e [diff] [blame] |
[ONOS-7732] Automating switch workflow: api, app, and sample workflows Change-Id: Iee87d4fe6cf61c1f8904d1d77df5f913a712b64a
diff --git a/apps/workflow/api/BUILD b/apps/workflow/api/BUILD new file mode 100644 index 0000000..721e4b9 --- /dev/null +++ b/apps/workflow/api/BUILD
@@ -0,0 +1,7 @@ +COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [ + "//core/store/serializers:onos-core-serializers", +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)