You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2020/02/11 13:57:08 UTC

[activemq-artemis] 03/03: NO-JIRA: Adding missing module to broker-federation pom

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

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

commit 0b8c33bb0f495b43ed2247d720eb1d573067c814
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Tue Feb 11 08:56:08 2020 -0500

    NO-JIRA: Adding missing module to broker-federation pom
---
 examples/features/federation/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/features/federation/pom.xml b/examples/features/federation/pom.xml
index 8870ffd..f13a087 100644
--- a/examples/features/federation/pom.xml
+++ b/examples/features/federation/pom.xml
@@ -62,6 +62,7 @@ under the License.
             <module>federated-queue-downstream</module>
             <module>federated-queue-downstream-upstream</module>
             <module>federated-address</module>
+            <module>federated-address-downstream</module>
             <module>federated-address-downstream-upstream</module>
          </modules>
       </profile>