File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 25
25
<plugin >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-surefire-plugin</artifactId >
28
- <version >2.22.2 </version >
28
+ <version >${surefire.version} </version >
29
29
</plugin >
30
30
</plugins >
31
31
</build >
Original file line number Diff line number Diff line change 36
36
37
37
<properties >
38
38
<junit .version>5.7.0</junit .version>
39
+ <surefire .version>3.0.0-M5</surefire .version>
39
40
</properties >
40
41
41
42
<modules >
80
81
<version >${junit.version} </version >
81
82
<scope >test</scope >
82
83
</dependency >
84
+ <dependency >
85
+ <groupId >org.junit.platform</groupId >
86
+ <artifactId >junit-platform-commons</artifactId >
87
+ <version >1.7.0</version >
88
+ <scope >test</scope >
89
+ </dependency >
83
90
<dependency >
84
91
<groupId >org.apache.logging.log4j</groupId >
85
92
<artifactId >log4j-slf4j-impl</artifactId >
112
119
<plugin >
113
120
<groupId >org.apache.maven.plugins</groupId >
114
121
<artifactId >maven-surefire-plugin</artifactId >
115
- <version >2.22.2 </version >
122
+ <version >${surefire.version} </version >
116
123
<configuration >
117
124
<includes >
118
125
<include >**/*IT.java</include >
131
138
<plugin >
132
139
<groupId >org.apache.maven.plugins</groupId >
133
140
<artifactId >maven-surefire-plugin</artifactId >
134
- <version >2.22.2 </version >
141
+ <version >${surefire.version} </version >
135
142
<configuration >
136
143
<includes >
137
144
<include >**/*Test.java</include >
151
158
<plugin >
152
159
<groupId >org.apache.maven.plugins</groupId >
153
160
<artifactId >maven-surefire-plugin</artifactId >
154
- <version >2.22.2 </version >
161
+ <version >${surefire.version} </version >
155
162
<configuration >
156
163
<excludes >
157
164
<exclude >**/*IT.java</exclude >
Original file line number Diff line number Diff line change 25
25
<plugin >
26
26
<groupId >org.apache.maven.plugins</groupId >
27
27
<artifactId >maven-surefire-plugin</artifactId >
28
- <version >2.22.2 </version >
28
+ <version >${surefire.version} </version >
29
29
</plugin >
30
30
<plugin >
31
31
<groupId >org.springframework.boot</groupId >
81
81
<artifactId >junit-jupiter-engine</artifactId >
82
82
<scope >test</scope >
83
83
</dependency >
84
+ <dependency >
85
+ <groupId >org.junit.platform</groupId >
86
+ <artifactId >junit-platform-commons</artifactId >
87
+ <scope >test</scope >
88
+ </dependency >
84
89
<dependency >
85
90
<groupId >com.github.containersolutions</groupId >
86
91
<artifactId >operator-framework</artifactId >
You can’t perform that action at this time.
0 commit comments