This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a8454e4e8 ARTEMIS-5568: update to arquillian 1.10.0
8a8454e4e8 is described below

commit 8a8454e4e83af1c54fa93814d46e0c92e1db5553
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Jul 4 15:05:54 2025 +0100

    ARTEMIS-5568: update to arquillian 1.10.0
---
 artemis-cdi-client/pom.xml         |  3 ++-
 artemis-jakarta-cdi-client/pom.xml |  3 ++-
 artemis-pom/pom.xml                | 13 ++++---------
 pom.xml                            |  2 +-
 4 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml
index aa9d9669d4..bfc0951cec 100644
--- a/artemis-cdi-client/pom.xml
+++ b/artemis-cdi-client/pom.xml
@@ -78,6 +78,7 @@
       <dependency>
          <groupId>org.jboss.arquillian.junit</groupId>
          <artifactId>arquillian-junit-core</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.junit.vintage</groupId>
@@ -96,11 +97,11 @@
       <dependency>
          <groupId>org.jboss.arquillian.junit</groupId>
          <artifactId>arquillian-junit-container</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.jboss.arquillian.container</groupId>
          <artifactId>arquillian-container-test-api</artifactId>
-         <version>${arquillian.version}</version>
          <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/artemis-jakarta-cdi-client/pom.xml 
b/artemis-jakarta-cdi-client/pom.xml
index b4cd549791..1c09079c29 100644
--- a/artemis-jakarta-cdi-client/pom.xml
+++ b/artemis-jakarta-cdi-client/pom.xml
@@ -92,6 +92,7 @@
       <dependency>
          <groupId>org.jboss.arquillian.junit</groupId>
          <artifactId>arquillian-junit-core</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.junit.vintage</groupId>
@@ -110,11 +111,11 @@
       <dependency>
          <groupId>org.jboss.arquillian.junit</groupId>
          <artifactId>arquillian-junit-container</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>org.jboss.arquillian.container</groupId>
          <artifactId>arquillian-container-test-api</artifactId>
-         <version>${arquillian.version}</version>
          <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml
index 9ecd722499..7f21e3b616 100644
--- a/artemis-pom/pom.xml
+++ b/artemis-pom/pom.xml
@@ -690,16 +690,11 @@
             <scope>test</scope>
          </dependency>
          <dependency>
-            <groupId>org.jboss.arquillian.junit</groupId>
-            <artifactId>arquillian-junit-container</artifactId>
+            <groupId>org.jboss.arquillian</groupId>
+            <artifactId>arquillian-bom</artifactId>
             <version>${arquillian.version}</version>
-            <scope>test</scope>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.arquillian.junit</groupId>
-            <artifactId>arquillian-junit-core</artifactId>
-            <version>${arquillian.version}</version>
-            <scope>test</scope>
+            <type>pom</type>
+            <scope>import</scope>
          </dependency>
          <dependency>
             <groupId>org.jboss.shrinkwrap</groupId>
diff --git a/pom.xml b/pom.xml
index 9bc1c5cc20..d3bcd45fa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
       <weld.version>2.4.8.Final</weld.version>
       
<arquillian-weld-embedded.version>2.1.0.Final</arquillian-weld-embedded.version>
       <owb.version>2.0.28</owb.version>
-      <arquillian.version>1.8.0.Final</arquillian.version>
+      <arquillian.version>1.10.0.Final</arquillian.version>
       
<servicemix.json-1.1.spec.version>2.9.0</servicemix.json-1.1.spec.version>
       <version.org.jacoco>0.8.13</version.org.jacoco>
       <version.org.jacoco.plugin>0.8.13</version.org.jacoco.plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to