Skip to content

Commit

Permalink
spring-projects#308 - Remove explicit Hibernate dependency handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 20, 2017
1 parent 32ee5a1 commit 7bad34a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 7bad34a

Please sign in to comment.