diff --git a/pom.xml b/pom.xml
index e61024d583d0f4ca2c8a9d0f6a1df1199331ac1b..76997e1107f47e6bf66bf602eddbfb6f9591ce87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,8 +30,8 @@
 			<artifactId>spring-boot-starter-data-rest</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.flywaydb</groupId>
-			<artifactId>flyway-core</artifactId>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-data-jpa</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>