Skip to content

Commit 986acde

Browse files
committed
DATAES-654 - remove explicit junit5 version and use spring-data-build defined version.
1 parent 7427a1f commit 986acde

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<properties>
2121
<commonslang>2.6</commonslang>
2222
<elasticsearch>7.3.2</elasticsearch>
23-
<junit5>5.5.2</junit5>
2423
<log4j>2.9.1</log4j>
2524
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
2625
<netty>4.1.39.Final</netty>
@@ -245,20 +244,12 @@
245244

246245
<dependency>
247246
<groupId>org.junit.jupiter</groupId>
248-
<artifactId>junit-jupiter-api</artifactId>
249-
<version>${junit5}</version>
250-
<scope>test</scope>
251-
</dependency>
252-
<dependency>
253-
<groupId>org.junit.jupiter</groupId>
254-
<artifactId>junit-jupiter-engine</artifactId>
255-
<version>${junit5}</version>
247+
<artifactId>junit-jupiter</artifactId>
256248
<scope>test</scope>
257249
</dependency>
258250
<dependency>
259251
<groupId>org.junit.vintage</groupId>
260252
<artifactId>junit-vintage-engine</artifactId>
261-
<version>${junit5}</version>
262253
<scope>test</scope>
263254
</dependency>
264255

0 commit comments

Comments
 (0)