This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 0b44327f67cbc2874cb0a425659aab863a1d4caf Author: Andriy Redko <[email protected]> AuthorDate: Sat Jul 6 10:03:24 2024 -0400 Cleanup Arquillian + Weld dependencies to get rid of *-alpha artifacts (#1952) (cherry picked from commit e4f864ad8216283447fba6d9dd44b4609a90da85) --- systests/microprofile/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml index 8bde15752a..cc99eead3b 100644 --- a/systests/microprofile/pom.xml +++ b/systests/microprofile/pom.xml @@ -49,6 +49,30 @@ <version>${cxf.arquillian.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.jboss.arquillian.container</groupId> + <artifactId>arquillian-container-spi</artifactId> + <version>${cxf.arquillian.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jboss.arquillian.testenricher</groupId> + <artifactId>arquillian-testenricher-cdi-jakarta</artifactId> + <version>${cxf.arquillian.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jboss.arquillian.test</groupId> + <artifactId>arquillian-test-spi</artifactId> + <version>${cxf.arquillian.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jboss.arquillian.container</groupId> + <artifactId>arquillian-container-test-spi</artifactId> + <version>${cxf.arquillian.version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId>
