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}"