File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 8787 </dependency >
8888
8989 <!-- test dependencies -->
90+ <dependency >
91+ <groupId >org.junit.jupiter</groupId >
92+ <artifactId >junit-jupiter</artifactId >
93+ <version >${junit-jupiter.version} </version >
94+ <scope >test</scope >
95+ </dependency >
9096 <dependency >
9197 <groupId >org.testcontainers</groupId >
9298 <artifactId >junit-jupiter</artifactId >
272278 <artifactId >micrometer-test</artifactId >
273279 <version >${micrometer.version} </version >
274280 <scope >test</scope >
281+ <exclusions >
282+ <exclusion >
283+ <groupId >org.junit.jupiter</groupId >
284+ <artifactId >junit-jupiter</artifactId >
285+ </exclusion >
286+ </exclusions >
275287 </dependency >
276288 </dependencies >
277289
Original file line number Diff line number Diff line change 6363 </dependency >
6464
6565 <!-- test dependencies -->
66+ <dependency >
67+ <groupId >org.junit.jupiter</groupId >
68+ <artifactId >junit-jupiter</artifactId >
69+ <version >${junit-jupiter.version} </version >
70+ <scope >test</scope >
71+ </dependency >
6672 <dependency >
6773 <groupId >org.junit.vintage</groupId >
6874 <artifactId >junit-vintage-engine</artifactId >
98104 <artifactId >micrometer-tracing-integration-test</artifactId >
99105 <version >${micrometer-tracing.version} </version >
100106 <scope >test</scope >
107+ <exclusions >
108+ <exclusion >
109+ <groupId >org.junit.jupiter</groupId >
110+ <artifactId >junit-jupiter</artifactId >
111+ </exclusion >
112+ </exclusions >
101113 </dependency >
102114 <dependency >
103115 <groupId >io.micrometer</groupId >
104116 <artifactId >micrometer-test</artifactId >
105117 <version >${micrometer.version} </version >
106118 <scope >test</scope >
119+ <exclusions >
120+ <exclusion >
121+ <groupId >org.junit.jupiter</groupId >
122+ <artifactId >junit-jupiter</artifactId >
123+ </exclusion >
124+ </exclusions >
107125 </dependency >
108126 </dependencies >
109127</project >
You can’t perform that action at this time.
0 commit comments