Skip to content

Commit

Permalink
Fix Test Assertion retry (apache#5544)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmed-se authored and merlimat committed Nov 5, 2019
1 parent 1a63b08 commit bafde2c
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 182 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ flexible messaging model and an intuitive client API.</description>
<mockito.version>2.28.2</mockito.version>
<powermock.version>2.0.2</powermock.version>
<javassist.version>3.25.0-GA</javassist.version>
<failsafe.version>2.3.1</failsafe.version>

<!-- Plugin dependencies -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down Expand Up @@ -1570,7 +1571,7 @@ flexible messaging model and an intuitive client API.</description>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
Expand Down
7 changes: 7 additions & 0 deletions tests/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.jodah</groupId>
<artifactId>failsafe</artifactId>
<version>${failsafe.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
Loading

0 comments on commit bafde2c

Please sign in to comment.