提交 6136e2d6 编写于 作者: D duhenglucky

Fix snode pom configuration issue

上级 56a1902f
......@@ -125,7 +125,7 @@
<module>distribution</module>
<module>openmessaging</module>
<module>logging</module>
<module>rocketmq-snode</module>
<module>snode</module>
</modules>
<build>
......
......@@ -72,10 +72,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.apache.rocketmq</groupId>-->
<!--<artifactId>rocketmq-broker</artifactId>-->
<!--</dependency>-->
</dependencies>
<build>
......
......@@ -16,8 +16,6 @@
*/
package org.apache.rocketmq.snode.service;
import org.apache.rocketmq.remoting.RemotingChannel;
public interface PushService {
boolean registerPushSession(String consumerGroup);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册