Skip to content

Commit 057ed54

Browse files
committed
added guava retry library
1 parent a4952a2 commit 057ed54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
</exclusion>
5454
</exclusions>
5555
</dependency>
56+
<dependency>
57+
<groupId>com.github.rholder</groupId>
58+
<artifactId>guava-retrying</artifactId>
59+
<version>2.0.0</version>
60+
</dependency>
5661
</dependencies>
5762

5863
<build>

0 commit comments

Comments
 (0)