diff --git a/pom.xml b/pom.xml
index 107cb0bca2f1a1511cdb2a112583f797f1194350..4387ca7001020e28df5c8deeebaf4f74a6fe5829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,12 @@
 		<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.springframework.boot</groupId>