This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 382d38af1395e4571f686274de9c10f01a7bad90 Author: Andriy Redko <[email protected]> AuthorDate: Thu Jul 22 19:51:07 2021 -0400 Backporting Microprofile no-CDI tests --- systests/microprofile/client/nocdi/pom.xml | 2 +- systests/microprofile/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/systests/microprofile/client/nocdi/pom.xml b/systests/microprofile/client/nocdi/pom.xml index ca02dcf..2627be7 100644 --- a/systests/microprofile/client/nocdi/pom.xml +++ b/systests/microprofile/client/nocdi/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cxf-microprofile-tck</artifactId> <groupId>org.apache.cxf.systests</groupId> - <version>3.5.0-SNAPSHOT</version> + <version>3.4.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml index 5ee7fb7..a833cad 100644 --- a/systests/microprofile/pom.xml +++ b/systests/microprofile/pom.xml @@ -178,5 +178,6 @@ <module>client/jaxrs</module> <module>client/tracing</module> <module>client/weld</module> + <module>client/nocdi</module> </modules> </project>
