This is an automated email from the ASF dual-hosted git repository.
yuzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new e57d423 remove rocketmq-namesrv dependency (#254)
e57d423 is described below
commit e57d42326809952a17a819189d838c89536cf6c7
Author: yuz10 <[email protected]>
AuthorDate: Mon Nov 4 15:49:02 2024 +0800
remove rocketmq-namesrv dependency (#254)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9f10e50..69b20ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,7 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-namesrv</artifactId>
<version>${rocketmq.version}</version>
+ <scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>