commit | 324af9301f2da088bc5be6304df7659a1297a6e7 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Jun 20 19:50:31 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Jun 21 03:48:25 2018 +0000 |
tree | f55bbb70a1a0825f3a07f55602f575f940ffb4b9 | |
parent | 9a921b419cb5f0fd689f52b14211ca7b1e69f70a [diff] [blame] |
Bazel build files for protocols Change-Id: I12a9cfe2d135d10c640a51d9b3438bcd92f8e37f
diff --git a/protocols/ovsdb/rfc/BUILD b/protocols/ovsdb/rfc/BUILD new file mode 100644 index 0000000..f3558c7 --- /dev/null +++ b/protocols/ovsdb/rfc/BUILD
@@ -0,0 +1,7 @@ +COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [ + "@netty_codec//jar", +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)