Skip to content

Commit

Permalink
[FLINK-23255] Force JUnit 4 version to 4.13.2 to avoid Threading issu…
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRen committed Jul 8, 2021
1 parent d626596 commit d6774b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit4.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit d6774b7

Please sign in to comment.