Skip to content

Commit d6774b7

Browse files
committed
[FLINK-23255] Force JUnit 4 version to 4.13.2 to avoid Threading issues. See junit-team/junit4#1517
1 parent d626596 commit d6774b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@ under the License.
202202
<scope>test</scope>
203203
</dependency>
204204

205+
<dependency>
206+
<groupId>junit</groupId>
207+
<artifactId>junit</artifactId>
208+
<version>${junit4.version}</version>
209+
<scope>test</scope>
210+
</dependency>
211+
205212
<dependency>
206213
<groupId>org.mockito</groupId>
207214
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)