Skip to content

Commit 085076a

Browse files
committed
test: run ci
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 5094800 commit 085076a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ result += ctx.callActivity("SayHello", "Seattle", String.class).await();
1616
return result;
1717
```
1818

19+
20+
1921
### Reliable fan-out / fan-in orchestration pattern
2022

2123
```java

client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
3030

3131
compileOnly "org.apache.tomcat:annotations-api:6.0.53"
32+
3233

3334
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
3435
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"

0 commit comments

Comments
 (0)