File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
samples/native-image-sample Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 117117 <version >5.8.2</version >
118118 <scope >test</scope >
119119 </dependency >
120- <dependency >
121- <groupId >org.graalvm.buildtools</groupId >
122- <artifactId >junit-platform-native</artifactId >
123- <version >0.9.12</version >
124- <scope >test</scope >
125- </dependency >
126120 </dependencies >
127121
128122 <build >
129123 <plugins >
130124 <plugin >
131125 <groupId >org.apache.maven.plugins</groupId >
132- <artifactId >maven-surefire-plugin
133- </artifactId > <!-- Must use older version of surefire plugin for native-image testing. -->
134- <version >2.22.2</version >
126+ <artifactId >maven-surefire-plugin</artifactId >
127+ <version >3.0.0-M7</version >
135128 <configuration >
136129 <includes >
137130 <include >**/*IT</include >
You can’t perform that action at this time.
0 commit comments