This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new e4f864ad82 Cleanup Arquillian + Weld dependencies to get rid of
*-alpha artifacts (#1952)
e4f864ad82 is described below
commit e4f864ad8216283447fba6d9dd44b4609a90da85
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)
---
systests/microprofile/pom.xml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index a299e8e4dc..d90ef9a4ef 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>