mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update pom.xml
This commit is contained in:
parent
bee5dc5be5
commit
0ae83c6327
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -30,6 +30,11 @@
|
|||
|
||||
<dependencies>
|
||||
<!-- Spring and Spring Boot dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.9.4</version> <!-- Eklentinin istediğiniz sürümünü buraya yazın -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
|
|
Loading…
Reference in a new issue