From 2f16cb0f48eca4453e3e894b3d45a3aa09e6dcc0 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 16 Feb 2026 15:18:21 +0100 Subject: feat: opendc -> kafka -> postgresql works; added protobuf encoding --- opendc-demo/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'opendc-demo/build.gradle.kts') diff --git a/opendc-demo/build.gradle.kts b/opendc-demo/build.gradle.kts index 02972f44..d5a84120 100644 --- a/opendc-demo/build.gradle.kts +++ b/opendc-demo/build.gradle.kts @@ -28,9 +28,5 @@ plugins { } dependencies { - // Source: https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients - implementation("org.apache.kafka:kafka-clients:4.1.1") - implementation(libs.jackson.core) implementation(project(mapOf("path" to "::opendc-compute:opendc-compute-simulator"))) - } -- cgit v1.2.3