Skip to content

Commit

Permalink
Lock version of retrying-again (#974)
Browse files Browse the repository at this point in the history
Closes #973
  • Loading branch information
sleberknight authored May 1, 2023
1 parent 0d7fb0b commit a0d4823
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>retrying-again</artifactId>
<version>${retrying-again.version}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
Expand Down Expand Up @@ -166,7 +172,6 @@
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>retrying-again</artifactId>
<version>${retrying-again.version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit a0d4823

Please sign in to comment.