diff --git a/persistence-modules/spring-data-jpa-3/pom.xml b/persistence-modules/spring-data-jpa-3/pom.xml index f16f5dbb10..99df250a9a 100644 --- a/persistence-modules/spring-data-jpa-3/pom.xml +++ b/persistence-modules/spring-data-jpa-3/pom.xml @@ -84,6 +84,15 @@ ${junit-platform.version} test + + + + org.testcontainers + postgresql + ${testcontainers.version} + test + +