Skip to content

Commit d692efc

Browse files
committed
Remove unused hibernate-entitymanager dependency
See gh-1825
1 parent 1b184aa commit d692efc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ allprojects {
4040
dependency "org.hibernate.validator:hibernate-validator:9.1.0.Final"
4141

4242
dependency "org.hibernate.orm:hibernate-core:7.2.0.CR1"
43-
dependency "org.hibernate.orm:hibernate-entitymanager:6.0.0.Alpha7"
4443

4544
dependencySet(group: 'org.apache.logging.log4j', version: '2.25.1') {
4645
entry 'log4j-api'

spring-webflow/spring-webflow.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies {
2121
testImplementation("org.springframework:spring-aop")
2222
testImplementation("org.springframework:spring-jdbc")
2323
testImplementation("org.springframework:spring-test")
24-
testImplementation("org.hibernate.orm:hibernate-entitymanager")
2524
testImplementation("org.hibernate.validator:hibernate-validator")
2625
testImplementation("org.hsqldb:hsqldb")
2726
testImplementation("jakarta.servlet.jsp:jakarta.servlet.jsp-api")

0 commit comments

Comments
 (0)