commit | fe01f22088ac644cdb1b52bc4f1b29f8f527a75b | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Mon Aug 06 11:44:22 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Mon Aug 06 21:18:53 2018 +0000 |
tree | ef47e146231c8ef826ba466fa5625818547d6505 | |
parent | 795e492615fe565ecea3e8469b9c28ca68aba5cd [diff] [blame] |
Adding BUILD files for Kafka integration app; still WIP though. Change-Id: I9e33eede17eddbd22cda7e188576c802d1be0ed4
diff --git a/apps/kafka-integration/api/BUILD b/apps/kafka-integration/api/BUILD new file mode 100644 index 0000000..e7bd18b --- /dev/null +++ b/apps/kafka-integration/api/BUILD
@@ -0,0 +1,7 @@ +COMPILE_DEPS = CORE_DEPS + [ + "@kafka_clients//jar", +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +) \ No newline at end of file