Updated to remove hibernate dependency

This commit is contained in:
Glenn Renfro
2022-07-12 14:41:02 -07:00
parent 18ffbdbaff
commit 7b50ff3707

View File

@@ -44,10 +44,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>