Commit 6c1b50a 1 parent 2978c6d commit 6c1b50a Copy full SHA for 6c1b50a
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<swagger-codegen-maven-plugin-version >3.0.62</swagger-codegen-maven-plugin-version >
28
28
<build-helper-maven-plugin-version >3.6.0</build-helper-maven-plugin-version >
29
+ <maven-surefire-plugin-version >3.5.0</maven-surefire-plugin-version >
30
+ <maven-failsafe-plugin-version >3.5.0</maven-failsafe-plugin-version >
29
31
</properties >
30
32
31
33
<dependencyManagement >
82
84
<!-- Testing -->
83
85
<dependency >
84
86
<groupId >org.junit.jupiter</groupId >
85
- <artifactId >junit-jupiter-api </artifactId >
87
+ <artifactId >junit-jupiter</artifactId >
86
88
<scope >test</scope >
87
89
</dependency >
88
90
<dependency >
186
188
</execution >
187
189
</executions >
188
190
</plugin >
191
+ <plugin >
192
+ <artifactId >maven-surefire-plugin</artifactId >
193
+ <version >${maven-surefire-plugin-version} </version >
194
+ </plugin >
195
+ <plugin >
196
+ <artifactId >maven-failsafe-plugin</artifactId >
197
+ <version >${maven-failsafe-plugin-version} </version >
198
+ </plugin >
189
199
</plugins >
190
200
</build >
191
201
</project >
You can’t perform that action at this time.
0 commit comments