Skip to content

Commit 14a8255

Browse files
committed
Add a "missing" spring-boot-starter-actuator dependency
1 parent 162a3ef commit 14a8255

File tree

1 file changed

+4
-0
lines changed
  • integrationtest/mapper/orm-spring

1 file changed

+4
-0
lines changed

integrationtest/mapper/orm-spring/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
</exclusion>
4545
</exclusions>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.springframework.boot</groupId>
49+
<artifactId>spring-boot-starter-actuator</artifactId>
50+
</dependency>
4751
<dependency>
4852
<groupId>dev.snowdrop</groupId>
4953
<artifactId>narayana-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)