zhouxinyu closed pull request #257: [ISSUE #256] Fix Broker and NameServer
startup
URL: https://github.com/apache/rocketmq/pull/257
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/broker/pom.xml b/broker/pom.xml
index 3da70fa33..e3787c365 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 02ed402bf..959814cc2 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services