summaryrefslogtreecommitdiff
path: root/opendc-common
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-06-16 14:07:43 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-06-16 14:07:43 +0200
commit69268d7d8923699e83a1d19ec5eab227198f3581 (patch)
treeb8147ff09a41481d9f65aa0f0f1a661953286a11 /opendc-common
parent3a4363d0bba006c6a278c12a3264b8976b8d4485 (diff)
fix: fixing gradle dependencies
Diffstat (limited to 'opendc-common')
-rw-r--r--opendc-common/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-common/build.gradle.kts b/opendc-common/build.gradle.kts
index 9bd209d4..2212c97d 100644
--- a/opendc-common/build.gradle.kts
+++ b/opendc-common/build.gradle.kts
@@ -59,8 +59,9 @@ dependencies {
// @Mateusz crucial this is an _api_ and not _implementation_
api("com.google.protobuf:protobuf-java:4.35.0")
+ /*This is for now commented out, but (it used to be?) is necessary for the project to work.*/
// Source: https://mvnrepository.com/artifact/io.confluent/kafka-protobuf-serializer
- implementation("io.confluent:kafka-protobuf-serializer:8.1.1")
+ // implementation("io.confluent:kafka-protobuf-serializer:8.2.1")
// Source: https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-toml
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.21.0")