Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdh committed Mar 8, 2024
1 parent f46413f commit 7065af7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-shedlock-provider-inmemory-integration-tests</artifactId>
<name>Quarkus Shedlock - Provider In Memory - Integration Tests</name>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-shedlock-provider-jdbc-integration-tests</artifactId>
<name>Quarkus Shedlock - Provider JDBC - Integration Tests</name>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/mixed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-shedlock-providers-mixed-integration-tests</artifactId>
<name>Quarkus Shedlock - Provider Mixed - Integration Tests</name>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-shedlock-provider-mongo-integration-tests</artifactId>
<name>Quarkus Shedlock - Provider Mongo - Integration Tests</name>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<version>999-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-shedlock-integration-tests</artifactId>
<name>Quarkus Shedlock - Integration Tests</name>
Expand Down

0 comments on commit 7065af7

Please sign in to comment.