Skip to content

Commit 7bad34a

Browse files
committed
spring-projects#308 - Remove explicit Hibernate dependency handling.
1 parent 32ee5a1 commit 7bad34a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

jpa/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
<dependency>
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-data-jpa</artifactId>
37-
<exclusions>
38-
<exclusion>
39-
<groupId>org.hibernate</groupId>
40-
<artifactId>hibernate-entitymanager</artifactId>
41-
</exclusion>
42-
</exclusions>
43-
</dependency>
44-
45-
<dependency>
46-
<groupId>org.hibernate</groupId>
47-
<artifactId>hibernate-core</artifactId>
4837
</dependency>
4938

5039
<dependency>

0 commit comments

Comments
 (0)