Răsfoiți Sursa

pom注释rocketmq

xiwa 2 ani în urmă
părinte
comite
610885d897
1 a modificat fișierele cu 8 adăugiri și 8 ștergeri
  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>