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 87
87
</dependency >
88
88
89
89
<!-- 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 >
90
96
<dependency >
91
97
<groupId >org.testcontainers</groupId >
92
98
<artifactId >junit-jupiter</artifactId >
272
278
<artifactId >micrometer-test</artifactId >
273
279
<version >${micrometer.version} </version >
274
280
<scope >test</scope >
281
+ <exclusions >
282
+ <exclusion >
283
+ <groupId >org.junit.jupiter</groupId >
284
+ <artifactId >junit-jupiter</artifactId >
285
+ </exclusion >
286
+ </exclusions >
275
287
</dependency >
276
288
</dependencies >
277
289
Original file line number Diff line number Diff line change 63
63
</dependency >
64
64
65
65
<!-- 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 >
66
72
<dependency >
67
73
<groupId >org.junit.vintage</groupId >
68
74
<artifactId >junit-vintage-engine</artifactId >
98
104
<artifactId >micrometer-tracing-integration-test</artifactId >
99
105
<version >${micrometer-tracing.version} </version >
100
106
<scope >test</scope >
107
+ <exclusions >
108
+ <exclusion >
109
+ <groupId >org.junit.jupiter</groupId >
110
+ <artifactId >junit-jupiter</artifactId >
111
+ </exclusion >
112
+ </exclusions >
101
113
</dependency >
102
114
<dependency >
103
115
<groupId >io.micrometer</groupId >
104
116
<artifactId >micrometer-test</artifactId >
105
117
<version >${micrometer.version} </version >
106
118
<scope >test</scope >
119
+ <exclusions >
120
+ <exclusion >
121
+ <groupId >org.junit.jupiter</groupId >
122
+ <artifactId >junit-jupiter</artifactId >
123
+ </exclusion >
124
+ </exclusions >
107
125
</dependency >
108
126
</dependencies >
109
127
</project >
You can’t perform that action at this time.
0 commit comments