Skip to content

Commit 3b296e8

Browse files
committed
fixed dependencies
1 parent eb94f5a commit 3b296e8

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

jdk_17_maven/cs/web/spring-petclinic/pom.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
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>
@@ -204,13 +205,14 @@
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
@@ -251,14 +253,14 @@
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>

jdk_17_maven/em/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
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>

0 commit comments

Comments
 (0)