You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/08/06 19:47:30 UTC

[activemq-artemis] branch main updated: NO-JIRA Fix broker-balancer module

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

clebertsuconic 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 f905d7e  NO-JIRA Fix broker-balancer module
f905d7e is described below

commit f905d7ef5211201051bcbfda472cd5949d8de1ff
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Fri Aug 6 20:40:11 2021 +0200

    NO-JIRA Fix broker-balancer module
---
 examples/features/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/features/pom.xml b/examples/features/pom.xml
index 2110fb3..47e8da2 100644
--- a/examples/features/pom.xml
+++ b/examples/features/pom.xml
@@ -49,6 +49,7 @@ under the License.
          <modules>
             <module>clustered</module>
             <module>broker-connection</module>
+            <module>broker-balancer</module>
             <module>federation</module>
             <module>ha</module>
             <module>standard</module>
@@ -59,9 +60,10 @@ under the License.
       <profile>
          <id>release</id>
          <modules>
+            <module>clustered</module>
             <module>broker-connection</module>
+            <module>broker-balancer</module>
             <module>federation</module>
-            <module>clustered</module>
             <module>ha</module>
             <module>standard</module>
             <module>sub-modules</module>