This is an automated email from the ASF dual-hosted git repository.
aaronai 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 c5e8a8b80 Fix dleger logging issue (#5607)
c5e8a8b80 is described below
commit c5e8a8b808e2cc7f3ec528ecc82242fad0af8f3d
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Nov 29 09:57:20 2022 +0800
Fix dleger logging issue (#5607)
---
controller/pom.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/controller/pom.xml b/controller/pom.xml
index b4e497e22..d89f03193 100644
--- a/controller/pom.xml
+++ b/controller/pom.xml
@@ -41,6 +41,14 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>rocketmq-client</artifactId>
@@ -50,10 +58,5 @@
<groupId>${project.groupId}</groupId>
<artifactId>rocketmq-srvutil</artifactId>
</dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
\ No newline at end of file