Skip to content

Commit 01e7b57

Browse files
committed
spring-projects#308 - Remove explicit Hibernate dependency handling.
1 parent 1c99e43 commit 01e7b57

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
@@ -38,17 +38,6 @@
3838
<dependency>
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-starter-data-jpa</artifactId>
41-
<exclusions>
42-
<exclusion>
43-
<groupId>org.hibernate</groupId>
44-
<artifactId>hibernate-entitymanager</artifactId>
45-
</exclusion>
46-
</exclusions>
47-
</dependency>
48-
49-
<dependency>
50-
<groupId>org.hibernate</groupId>
51-
<artifactId>hibernate-core</artifactId>
5241
</dependency>
5342

5443
<dependency>

0 commit comments

Comments
 (0)