From 7065af77499f44b5c0f540ed9b9d37da8b4b2a44 Mon Sep 17 00:00:00 2001 From: damien Date: Sat, 9 Mar 2024 00:10:50 +0100 Subject: [PATCH] try to fix build --- integration-tests/inmemory/pom.xml | 1 + integration-tests/jdbc/pom.xml | 1 + integration-tests/mixed/pom.xml | 1 + integration-tests/mongo/pom.xml | 1 + integration-tests/pom.xml | 1 + 5 files changed, 5 insertions(+) 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