File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
native-image-shared-config Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 60
60
<properties >
61
61
<surefire .version>3.2.5</surefire .version>
62
62
<graal-sdk .version>22.3.5</graal-sdk .version>
63
+ <native-maven-plugin .version>0.10.1</native-maven-plugin .version>
64
+ <junit-vintage-engine .version>5.10.2</junit-vintage-engine .version>
65
+ <opentest4j .version>1.3.0</opentest4j .version>
63
66
</properties >
64
67
65
68
<dependencyManagement >
166
169
<dependency >
167
170
<groupId >org.opentest4j</groupId >
168
171
<artifactId >opentest4j</artifactId >
169
- <version >1.3.0 </version >
172
+ <version >${opentest4j.version} </version >
170
173
</dependency >
171
174
<dependency >
172
175
<groupId >org.junit.vintage</groupId >
173
176
<artifactId >junit-vintage-engine</artifactId >
174
- <version >5.10.2 </version >
177
+ <version >${junit-vintage-engine.version} </version >
175
178
<scope >test</scope >
176
179
</dependency >
177
180
</dependencies >
185
188
<dependency >
186
189
<groupId >org.junit.vintage</groupId >
187
190
<artifactId >junit-vintage-engine</artifactId >
188
- <version >5.10.2 </version >
191
+ <version >${junit-vintage-engine.version} </version >
189
192
</dependency >
190
193
</dependencies >
191
194
<configuration >
201
204
<plugin >
202
205
<groupId >org.graalvm.buildtools</groupId >
203
206
<artifactId >native-maven-plugin</artifactId >
204
- <version >0.10.1 </version >
207
+ <version >${native-maven-plugin.version} </version >
205
208
<extensions >true</extensions >
206
209
<executions >
207
210
<execution >
You can’t perform that action at this time.
0 commit comments