You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2018/03/27 11:46:22 UTC

[rocketmq] branch develop updated: Add slf4j-api pom for nameserver and broker (#257)

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

yukon 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 5db240f  Add slf4j-api pom for nameserver and broker (#257)
5db240f is described below

commit 5db240f39208374117342c5852b3a32061c8e6ef
Author: lindzh <li...@163.com>
AuthorDate: Tue Mar 27 19:46:19 2018 +0800

    Add slf4j-api pom for nameserver and broker (#257)
---
 broker/pom.xml  | 4 ++++
 namesrv/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/broker/pom.xml b/broker/pom.xml
index 3da70fa..e3787c3 100644
--- a/broker/pom.xml
+++ b/broker/pom.xml
@@ -68,6 +68,10 @@
             <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/namesrv/pom.xml b/namesrv/pom.xml
index 02ed402..959814c 100644
--- a/namesrv/pom.xml
+++ b/namesrv/pom.xml
@@ -48,5 +48,9 @@
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
     </dependencies>
 </project>

-- 
To stop receiving notification emails like this one, please contact
yukon@apache.org.