From 085076a88c141f8719fe1e37c00c5656645993fe Mon Sep 17 00:00:00 2001 From: Javier Aliaga Date: Tue, 1 Jul 2025 18:40:56 +0200 Subject: [PATCH] test: run ci Signed-off-by: Javier Aliaga --- README.md | 2 ++ client/build.gradle | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c816022f..f34497eb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ result += ctx.callActivity("SayHello", "Seattle", String.class).await(); return result; ``` + + ### Reliable fan-out / fan-in orchestration pattern ```java diff --git a/client/build.gradle b/client/build.gradle index b51ce513..869554f0 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -29,6 +29,7 @@ dependencies { runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}" compileOnly "org.apache.tomcat:annotations-api:6.0.53" + // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"