Skip to content

Commit

Permalink
Switch form guava-retrying to re-retrying v3.0.0
Browse files Browse the repository at this point in the history
Closes #488
  • Loading branch information
sleberknight committed Dec 21, 2020
1 parent 3c87e14 commit 81fa74c
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<hibernate.version>5.4.24.Final</hibernate.version>
<hibernate-validator.version>6.1.6.Final</hibernate-validator.version>
<httpclient.version>4.5.13</httpclient.version>
<guava-retrying.version>2.0.0</guava-retrying.version>
<jackson.version>2.10.5</jackson.version>
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
<jakarta-el.version>3.0.3</jakarta-el.version>
Expand All @@ -59,6 +58,7 @@
<postgresql.version>42.2.18</postgresql.version>
<metrics-jetty9.version>4.1.16</metrics-jetty9.version>
<postgresql.version>42.2.12</postgresql.version>
<re-retrying.version>3.0.0</re-retrying.version>
<spring.version>5.3.0</spring.version>
<spring-data-mongodb.version>2.2.11.RELEASE</spring-data-mongodb.version>
<stax2-api.version>4.2.1</stax2-api.version>
Expand Down Expand Up @@ -269,23 +269,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>${guava-retrying.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
Expand Down Expand Up @@ -529,6 +512,19 @@
</exclusions>
</dependency>

<dependency>
<groupId>tech.huffman.re-retrying</groupId>
<artifactId>re-retrying</artifactId>
<version>${re-retrying.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
Expand Down

0 comments on commit 81fa74c

Please sign in to comment.