Skip to content

Commit

Permalink
fix: Excludes Guava from Guava-retrying in order to manage Guava depe…
Browse files Browse the repository at this point in the history
…ndencies more reliably. (#9260)
  • Loading branch information
jnh5y authored Jul 12, 2022
1 parent f2e4991 commit c901ac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>${retrying.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit c901ac4

Please sign in to comment.