mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-03-05 22:04:38 +08:00
* I have finished developing the new feature for the message track which includes the part of rocketmq-console#525 initially.Please review it. * [ISSUE #525] Support the message track,add the function which supports trace topic name value configurable by users. * [ISSUE#525]optimize codes for message track * [ISSUE#525]remove the unnecessary codes for msg trace feature. * [ISSUE#525]implement the HttpBasicAuthorizedFilter to add Basic realm="rocketmq" in the http response header
This commit is contained in:
committed by
Zhendong Liu
parent
fa12fa32ae
commit
efb5e9a1f2
2
pom.xml
2
pom.xml
@@ -21,7 +21,7 @@
|
||||
<commons-lang.version>2.6</commons-lang.version>
|
||||
<commons-io.version>2.4</commons-io.version>
|
||||
<commons-cli.version>1.2</commons-cli.version>
|
||||
<rocketmq.version>4.0.0-incubating</rocketmq.version>
|
||||
<rocketmq.version>4.4.0-SNAPSHOT</rocketmq.version>
|
||||
<surefire.version>2.19.1</surefire.version>
|
||||
<aspectj.version>1.6.11</aspectj.version>
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
|
||||
Reference in New Issue
Block a user