Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit fab9354

Browse files
committed
Backport "Add hibernate-micrometer to enable Hibernate metrics (#5322)"
See #4791
1 parent c2deb75 commit fab9354

File tree

1 file changed

+4
-0
lines changed
  • spring-cloud-dataflow-server-core

1 file changed

+4
-0
lines changed

spring-cloud-dataflow-server-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<artifactId>prometheus-rsocket-spring</artifactId>
2727
</dependency>
2828

29+
<dependency>
30+
<groupId>org.hibernate</groupId>
31+
<artifactId>hibernate-micrometer</artifactId>
32+
</dependency>
2933
<dependency>
3034
<groupId>org.springframework.cloud</groupId>
3135
<artifactId>spring-cloud-dataflow-common-flyway</artifactId>

0 commit comments

Comments
 (0)