Browse Source

Add dependency management for new hibernate-micrometer module

Fixes gh-25277
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
f907dc2f58
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

1
spring-boot-project/spring-boot-dependencies/build.gradle

@ -425,6 +425,7 @@ bom { @@ -425,6 +425,7 @@ bom {
"hibernate-java8",
"hibernate-jcache",
"hibernate-jpamodelgen",
"hibernate-micrometer",
"hibernate-proxool",
"hibernate-spatial",
"hibernate-testing",

Loading…
Cancel
Save