commit | 3933295cd0aff9d669bd3ec27a7a78ac4ad216d1 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Jul 16 13:42:51 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Jul 17 16:17:31 2018 +0000 |
tree | d4601b840997dc0ccbc196695251502156a8ab77 | |
parent | e0c98dbd918c757a3c7bf92b8137403acb1a2d01 [diff] |
Bazel build for STC runs Change-Id: I75806c0cb5b71402b7e3519a84498f8e05a9cf8a
diff --git a/apps/routing-api/BUILD b/apps/routing-api/BUILD new file mode 100644 index 0000000..80eba67 --- /dev/null +++ b/apps/routing-api/BUILD
@@ -0,0 +1,8 @@ +COMPILE_DEPS = CORE_DEPS + JACKSON + [ + "//incubator/api:onos-incubator-api", +] + +osgi_jar_with_tests( + test_deps = TEST_ADAPTERS, + deps = COMPILE_DEPS, +)