Skip to content

Commit

Permalink
added guava retry library
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbajitdutta committed Apr 1, 2019
1 parent a4952a2 commit 057ed54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 057ed54

Please sign in to comment.