Skip to content

Commit 337709f

Browse files
Apply suggestion from @ggivo
Co-authored-by: Ivo Gaydazhiev <[email protected]>
1 parent 2df2670 commit 337709f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/develop/clients/jedis/failover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ are using [Maven](https://maven.apache.org/), add the following
106106
dependencies to your `pom.xml` file:
107107

108108
```xml
109+
<dependency>
110+
<groupId>io.github.resilience4j</groupId>
111+
<artifactId>resilience4j-all</artifactId>
112+
<version>1.7.1</version>
113+
</dependency>
109114
<dependency>
110115
<groupId>io.github.resilience4j</groupId>
111116
<artifactId>resilience4j-circuitbreaker</artifactId>

0 commit comments

Comments
 (0)