浏览代码

pom注释rocketmq

xiwa 2 年之前
父节点
当前提交
610885d897
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      iot-standalone/pom.xml

+ 8 - 8
iot-standalone/pom.xml

@@ -126,18 +126,18 @@
             <artifactId>iot-message-core</artifactId>
         </dependency>
 
-        <!--内置消息总线-->
-<!--        <dependency>-->
-<!--            <groupId>cc.iotkit</groupId>-->
-<!--            <artifactId>iot-vertx-event-bus</artifactId>-->
-<!--        </dependency>-->
-
-        <!--打开注释使用rocketmq消息总线-->
+        <!--内置vertx消息总线-->
         <dependency>
             <groupId>cc.iotkit</groupId>
-            <artifactId>iot-message-rocketmq</artifactId>
+            <artifactId>iot-vertx-event-bus</artifactId>
         </dependency>
 
+        <!--打开注释使用rocketmq消息总线-->
+<!--        <dependency>-->
+        <!--            <groupId>cc.iotkit</groupId>-->
+        <!--            <artifactId>iot-message-rocketmq</artifactId>-->
+        <!--        </dependency>-->
+
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-temporal-service</artifactId>