commit | 69b5607372bd423ab18128580099b3e02b61d02a | [log] [tgz] |
---|---|---|
author | jaegonkim <jaegon77.kim@samsung.com> | Fri Apr 05 00:28:25 2019 +0900 |
committer | jaegonkim <jaegon77.kim@samsung.com> | Fri Apr 05 00:29:14 2019 +0900 |
tree | bfbbf650878e07b0bb3702e713705bc76b956606 | |
parent | 1b40848674c83789f24c475e6b1789d84cce993c [diff] [blame] |
[ONOS-7732] Automating switch workflow Change-Id: Ie047c34df2278bc2220cade744f51ca6950f48f6
diff --git a/apps/workflow/api/BUCK b/apps/workflow/api/BUCK new file mode 100644 index 0000000..c858089 --- /dev/null +++ b/apps/workflow/api/BUCK
@@ -0,0 +1,11 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//lib:jackson-core', + '//lib:jackson-annotations', + '//lib:jackson-databind', + '//core/store/serializers:onos-core-serializers', +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)