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 13a3e84e78 ARTEMIS-4461 make implicit dependencies explicit in 
artemis-features
13a3e84e78 is described below

commit 13a3e84e78bc955e8e7c812e35ee0ec9ead3e80f
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Oct 17 10:06:56 2023 -0500

    ARTEMIS-4461 make implicit dependencies explicit in artemis-features
---
 artemis-features/pom.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml
index a772501e7a..6ebb80ad3f 100644
--- a/artemis-features/pom.xml
+++ b/artemis-features/pom.xml
@@ -49,6 +49,33 @@
             <type>kar</type>
             <scope>provided</scope>
         </dependency>
+
+        <!--  these dependencies are here to ensure order on a multi-thread 
maven build -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>apache-artemis</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>artemis-core-client-osgi</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>artemis-jms-client-osgi</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>artemis-server-osgi</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to