File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
24
<mongodb .version>3.11.1</mongodb .version>
25
25
<springfox-swagger2 .version>2.9.2</springfox-swagger2 .version>
26
- <junit .version>5.5.2</junit .version>
26
+ <junit-engine .version>5.5.2</junit-engine .version>
27
27
<assertj-core .version>3.13.2</assertj-core .version>
28
28
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
29
29
</properties >
68
68
<dependency >
69
69
<groupId >org.junit.jupiter</groupId >
70
70
<artifactId >junit-jupiter-engine</artifactId >
71
- <version >${junit.version} </version >
71
+ <version >${junit-engine .version} </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >org.junit.vintage</groupId >
76
76
<artifactId >junit-vintage-engine</artifactId >
77
- <version >${junit.version} </version >
77
+ <version >${junit-engine .version} </version >
78
78
<scope >test</scope >
79
79
</dependency >
80
80
<dependency >
You can’t perform that action at this time.
0 commit comments