File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 82
82
<!-- test dependencies -->
83
83
<micrometer-tracing .version>1.0.0-SNAPSHOT</micrometer-tracing .version>
84
84
<junit .version>4.13.2</junit .version>
85
+ <junit-vintage-engine .version>${junit-jupiter.version} </junit-vintage-engine .version>
85
86
<hamcrest .version>2.2</hamcrest .version>
86
87
<assertj .version>3.22.0</assertj .version>
87
88
<mockito .version>4.5.1</mockito .version>
Original file line number Diff line number Diff line change 207
207
</exclusion >
208
208
</exclusions >
209
209
</dependency >
210
+ <dependency >
211
+ <groupId >org.junit.vintage</groupId >
212
+ <artifactId >junit-vintage-engine</artifactId >
213
+ <version >${junit-vintage-engine.version} </version >
214
+ <scope >test</scope >
215
+ </dependency >
210
216
<dependency >
211
217
<groupId >org.hamcrest</groupId >
212
218
<artifactId >hamcrest-library</artifactId >
You can’t perform that action at this time.
0 commit comments