You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/12/01 02:37:37 UTC

[rocketmq] branch develop updated: [ISSUE #5623] Fix can't load org.sfl4j.LoggerFactory when use mqnamesrv start (#5624)

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

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6f9c2f19b [ISSUE #5623] Fix can't load org.sfl4j.LoggerFactory when use mqnamesrv start (#5624)
6f9c2f19b is described below

commit 6f9c2f19baf2d7bde27a456aa8772c0a0da5ada5
Author: mxsm <lj...@gmail.com>
AuthorDate: Thu Dec 1 10:37:29 2022 +0800

    [ISSUE #5623] Fix can't load org.sfl4j.LoggerFactory when use mqnamesrv start (#5624)
---
 distribution/release.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/release.xml b/distribution/release.xml
index b3a9e5e9e..daa55f7ad 100644
--- a/distribution/release.xml
+++ b/distribution/release.xml
@@ -68,6 +68,7 @@
                 <include>org.apache.rocketmq:rocketmq-namesrv</include>
                 <include>org.apache.rocketmq:rocketmq-example</include>
                 <include>org.apache.rocketmq:rocketmq-openmessaging</include>
+                <include>org.apache.rocketmq:rocketmq-controller</include>
             </includes>
             <binaries>
                 <outputDirectory>lib/</outputDirectory>