Skip to content

Commit

Permalink
add spring-boot-configuration-processor in sofa-boot-actuator-autocon…
Browse files Browse the repository at this point in the history
…figure model (#1294)

Co-authored-by: 致节 <hzj266771@antgroup.com>
  • Loading branch information
HzjNeverStop and 致节 authored Mar 6, 2024
1 parent 0c03dfe commit b4002c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sofa-boot-project/sofa-boot-actuator-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
</dependency>

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

<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>runtime-sofa-boot</artifactId>
Expand Down

0 comments on commit b4002c4

Please sign in to comment.