File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 50
50
<slf4j .version>1.7.36</slf4j .version>
51
51
<resilience4j .version>1.7.1</resilience4j .version>
52
52
<jackson .version>2.16.0</jackson .version>
53
+ <maven .surefire.version>3.2.3</maven .surefire.version>
53
54
</properties >
54
55
55
56
<dependencies >
196
197
</plugin >
197
198
<plugin >
198
199
<artifactId >maven-surefire-plugin</artifactId >
199
- <version >3.2.2 </version >
200
+ <version >${maven.surefire.version} </version >
200
201
<configuration >
201
202
<systemPropertyVariables >
202
203
<redis-hosts >${redis-hosts} </redis-hosts >
325
326
<plugins >
326
327
<plugin >
327
328
<artifactId >maven-surefire-plugin</artifactId >
328
- <version >3.2.2 </version >
329
+ <version >${maven.surefire.version} </version >
329
330
<configuration >
330
331
<test >**/examples/*Example.java</test >
331
332
</configuration >
You can’t perform that action at this time.
0 commit comments