File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 <plugin >
155155 <groupId >org.apache.maven.plugins</groupId >
156156 <artifactId >maven-enforcer-plugin</artifactId >
157+ <version >3.3.0</version >
157158 <executions >
158159 <execution >
159160 <id >enforce-java</id >
204205 </execution >
205206 </executions >
206207 </plugin >
207- <plugin >
208- <groupId >org.graalvm.buildtools</groupId >
209- <artifactId >native-maven-plugin</artifactId >
210- </plugin >
208+ <!-- <plugin> -- >
209+ <!-- <groupId>org.graalvm.buildtools</groupId> -- >
210+ <!-- <artifactId>native-maven-plugin</artifactId> -- >
211+ <!-- </plugin> -- >
211212 <plugin >
212213 <groupId >org.springframework.boot</groupId >
213214 <artifactId >spring-boot-maven-plugin</artifactId >
215+ <version >3.1.0</version >
214216 <executions >
215217 <execution >
216218 <!-- Spring Boot Actuator displays build-related information
251253
252254 <!-- Spring Boot Actuator displays build-related information if a git.properties
253255 file is present at the classpath -->
254- <plugin >
255- <groupId >io.github.git-commit-id</groupId >
256- <artifactId >git-commit-id-maven-plugin</artifactId >
257- <configuration >
258- <failOnNoGitDirectory >false</failOnNoGitDirectory >
259- <failOnUnableToExtractRepoInfo >false</failOnUnableToExtractRepoInfo >
260- </configuration >
261- </plugin >
256+ <!-- <plugin> -- >
257+ <!-- <groupId>io.github.git-commit-id</groupId> -- >
258+ <!-- <artifactId>git-commit-id-maven-plugin</artifactId> -- >
259+ <!-- <configuration> -- >
260+ <!-- <failOnNoGitDirectory>false</failOnNoGitDirectory> -- >
261+ <!-- <failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo> -- >
262+ <!-- </configuration> -- >
263+ <!-- </plugin> -- >
262264
263265 </plugins >
264266 </build >
Original file line number Diff line number Diff line change 3737 <groupId >org.evomaster</groupId >
3838 <artifactId >evomaster-client-java-dependencies</artifactId >
3939 <version >${evomaster-version} </version >
40+ <type >pom</type >
4041 <scope >test</scope >
4142 </dependency >
4243 </dependencies >
You can’t perform that action at this time.
0 commit comments