This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit be03ceb2d712f4cc8ca8b1da20d966861b32abdb Author: Andriy Redko <[email protected]> AuthorDate: Thu Jul 22 19:51:07 2021 -0400 Backporting Microprofile no-CDI tests (cherry picked from commit 382d38af1395e4571f686274de9c10f01a7bad90) # Conflicts: # systests/microprofile/client/nocdi/pom.xml --- systests/microprofile/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml index 1d80872..84acdea 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>
