Browse Source

Merge branch 'feature'

xiwa 2 năm trước cách đây
mục cha
commit
43955d5fb0
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      iot-standalone/pom.xml

+ 8 - 8
iot-standalone/pom.xml

@@ -133,7 +133,7 @@
         </dependency>
 
         <!--打开注释使用rocketmq消息总线-->
-<!--        <dependency>-->
+        <!--        <dependency>-->
         <!--            <groupId>cc.iotkit</groupId>-->
         <!--            <artifactId>iot-message-rocketmq</artifactId>-->
         <!--        </dependency>-->
@@ -149,17 +149,17 @@
         </dependency>
 
         <!--打开注释 启用es数据库-->
-        <!--        <dependency>-->
-        <!--            <groupId>cc.iotkit</groupId>-->
-        <!--            <artifactId>iot-es-temporal-service</artifactId>-->
-        <!--        </dependency>-->
-
-        <!--打开注释 启用tdengine数据库-->
         <dependency>
             <groupId>cc.iotkit</groupId>
-            <artifactId>iot-td-temporal-service</artifactId>
+            <artifactId>iot-es-temporal-service</artifactId>
         </dependency>
 
+        <!--打开注释 启用tdengine数据库-->
+        <!--        <dependency>-->
+        <!--            <groupId>cc.iotkit</groupId>-->
+        <!--            <artifactId>iot-td-temporal-service</artifactId>-->
+        <!--        </dependency>-->
+
         <dependency>
             <groupId>cc.iotkit</groupId>
             <artifactId>iot-data-cache</artifactId>