This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit b6017bfd8ea363edc74c36366e332b4c7bc1dc57 Author: Mark Struberg <[email protected]> AuthorDate: Fri May 8 15:56:53 2026 +0200 fix pom setup --- deltaspike/modules/test-control/api/pom.xml | 1 + deltaspike/modules/test-control/impl/pom.xml | 1 + deltaspike/parent/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/deltaspike/modules/test-control/api/pom.xml b/deltaspike/modules/test-control/api/pom.xml index c8988fb7f..5785f918b 100644 --- a/deltaspike/modules/test-control/api/pom.xml +++ b/deltaspike/modules/test-control/api/pom.xml @@ -24,6 +24,7 @@ <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> <version>2.0.2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/test-control/impl/pom.xml b/deltaspike/modules/test-control/impl/pom.xml index ca6a3b277..b04de4663 100644 --- a/deltaspike/modules/test-control/impl/pom.xml +++ b/deltaspike/modules/test-control/impl/pom.xml @@ -24,6 +24,7 @@ <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> <version>2.0.2-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 6f6ae9ae6..2a9390a70 100644 --- a/deltaspike/parent/pom.xml +++ b/deltaspike/parent/pom.xml @@ -62,6 +62,7 @@ <!-- testing stuff --> <junit.version>4.13.2</junit.version> + <junit5.version>5.14.4</junit5.version> <arquillian.version>1.8.0.Final</arquillian.version> <!-- Faces implementations -->
