commit | c02358a1888be7f56f62c5ef8fa7d8c9d799b857 | [log] [tgz] |
---|---|---|
author | adibrastegarnia <adib.rastegarnia@gmail.com> | Tue Nov 06 18:02:00 2018 -0500 |
committer | Thomas Vachuska <tom@opennetworking.org> | Thu Nov 08 20:46:46 2018 +0000 |
tree | 9f411f6724b8e92a0c4b52cdfd9015e95d4e5215 | |
parent | 3a6e1517e11deb7886af05c028c6d4c0d9437877 [diff] [blame] |
kafka-integration app has been fixed and built using bazel Change-Id: Ibbb57cac83983a030cf6e267906415fa1d002d23
diff --git a/incubator/protobuf/models/BUILD b/incubator/protobuf/models/BUILD new file mode 100644 index 0000000..a46e781 --- /dev/null +++ b/incubator/protobuf/models/BUILD
@@ -0,0 +1,7 @@ +COMPILE_DEPS = CORE_DEPS + [ + "//incubator/protobuf/models/proto:onos-incubator-protobuf-models-proto", +] + +osgi_jar_with_tests( + deps = COMPILE_DEPS, +)