Skip to content

Commit 7b50ff3

Browse files
committed
Updated to remove hibernate dependency
1 parent 18ffbdb commit 7b50ff3

File tree

1 file changed

+0
-4
lines changed
  • spring-cloud-task-samples/jpa-sample

1 file changed

+0
-4
lines changed

spring-cloud-task-samples/jpa-sample/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-starter-data-jpa</artifactId>
4646
</dependency>
47-
<dependency>
48-
<groupId>org.hibernate</groupId>
49-
<artifactId>hibernate-entitymanager</artifactId>
50-
</dependency>
5147
<dependency>
5248
<groupId>com.h2database</groupId>
5349
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)