Skip to content

Commit

Permalink
Remove Hibernate optional dependency
Browse files Browse the repository at this point in the history
Closes gh-3011
  • Loading branch information
shakuzen committed Feb 10, 2022
1 parent 207bb38 commit 575b85e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def VERSIONS = [
'org.glassfish.jersey.inject:jersey-hk2:2.+',
'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.+',
'org.hdrhistogram:HdrHistogram:latest.release',
'org.hibernate:hibernate-entitymanager:5.+',
'org.hsqldb:hsqldb:2.5.+', // 2.6.0 requires JDK 11.
'org.jooq:jooq:3.14.+',
'org.jsr107.ri:cache-ri-impl:1.0.0',
Expand Down
1 change: 0 additions & 1 deletion micrometer-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies {
optionalApi 'net.sf.ehcache:ehcache'
optionalApi 'javax.cache:cache-api'
optionalApi 'com.hazelcast:hazelcast'
optionalApi 'org.hibernate:hibernate-entitymanager'

// server runtime monitoring
optionalApi 'org.eclipse.jetty:jetty-server'
Expand Down

0 comments on commit 575b85e

Please sign in to comment.