diff --git a/integration-tests/inmemory/pom.xml b/integration-tests/inmemory/pom.xml
index 566c92f..5fabb88 100644
--- a/integration-tests/inmemory/pom.xml
+++ b/integration-tests/inmemory/pom.xml
@@ -7,6 +7,7 @@
io.quarkiverse.shedlock
quarkus-shedlock-parent
999-SNAPSHOT
+ ../pom.xml
quarkus-shedlock-provider-inmemory-integration-tests
Quarkus Shedlock - Provider In Memory - Integration Tests
diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml
index 866f85d..9d7eda6 100644
--- a/integration-tests/jdbc/pom.xml
+++ b/integration-tests/jdbc/pom.xml
@@ -7,6 +7,7 @@
io.quarkiverse.shedlock
quarkus-shedlock-parent
999-SNAPSHOT
+ ../pom.xml
quarkus-shedlock-provider-jdbc-integration-tests
Quarkus Shedlock - Provider JDBC - Integration Tests
diff --git a/integration-tests/mixed/pom.xml b/integration-tests/mixed/pom.xml
index cb6f17b..d8f00dc 100644
--- a/integration-tests/mixed/pom.xml
+++ b/integration-tests/mixed/pom.xml
@@ -7,6 +7,7 @@
io.quarkiverse.shedlock
quarkus-shedlock-parent
999-SNAPSHOT
+ ../pom.xml
quarkus-shedlock-providers-mixed-integration-tests
Quarkus Shedlock - Provider Mixed - Integration Tests
diff --git a/integration-tests/mongo/pom.xml b/integration-tests/mongo/pom.xml
index 35454a1..1250bc8 100644
--- a/integration-tests/mongo/pom.xml
+++ b/integration-tests/mongo/pom.xml
@@ -7,6 +7,7 @@
io.quarkiverse.shedlock
quarkus-shedlock-parent
999-SNAPSHOT
+ ../pom.xml
quarkus-shedlock-provider-mongo-integration-tests
Quarkus Shedlock - Provider Mongo - Integration Tests
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index e08f6e4..e807686 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -6,6 +6,7 @@
io.quarkiverse.shedlock
quarkus-shedlock-parent
999-SNAPSHOT
+ ../pom.xml
quarkus-shedlock-integration-tests
Quarkus Shedlock - Integration Tests