Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xueshiji authored Sep 19, 2024
1 parent b522e91 commit e48ed0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@

<dependencyManagement>
<dependencies>
<dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>${spring-boot.version}</version>
Expand Down

0 comments on commit e48ed0c

Please sign in to comment.