commit | 816db1086a22d46e006ce82f56707d52c596a096 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed May 30 14:16:37 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu May 31 15:44:36 2018 +0000 |
tree | 7b25f07648170a298e5e6602d16875e3a306b20a | |
parent | 353e709f0279f790bca98bae4ef30b02d63e11d0 [diff] [blame] |
Add modules to Bazel build cli core incubator/rpc pipelines/basic protocols/netconf protocols/openflow protocols/rest Change-Id: I165b94a04ba893d97d944e5deb2746f54566503b
diff --git a/protocols/netconf/api/BUILD b/protocols/netconf/api/BUILD new file mode 100644 index 0000000..2d486c5 --- /dev/null +++ b/protocols/netconf/api/BUILD
@@ -0,0 +1,3 @@ +osgi_jar_with_tests( + deps = CORE_DEPS + JACKSON, +)