Skip to content

Commit

Permalink
⬆️ 依赖升级
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu authored Jan 26, 2022
1 parent 1f79ab5 commit e095e5d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0</version>
<version>2.6.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.plugin</groupId>
Expand Down Expand Up @@ -58,12 +58,6 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
Expand All @@ -76,6 +70,7 @@
<optional>true</optional>
</dependency>

<!-- 包含有 spring-boot-configuration-processor -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
Expand Down

0 comments on commit e095e5d

Please sign in to comment.