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/p4runtime/api/BUILD b/protocols/p4runtime/api/BUILD index 4b86e7f..de7b487 100644 --- a/protocols/p4runtime/api/BUILD +++ b/protocols/p4runtime/api/BUILD
@@ -8,7 +8,7 @@ "//core/api:onos-api-tests", ] -osgi_jar_with_tests ( - deps = COMPILE_DEPS, +osgi_jar_with_tests( test_deps = TEST_DEPS, + deps = COMPILE_DEPS, )