Browse Source

fix:依赖修正

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

+ 8 - 8
iot-starter/pom.xml

@@ -71,10 +71,10 @@
         </dependency>
 
         <!--打开注释 启用es数据库-->
-<!--        <dependency>-->
-<!--            <groupId>cc.iotkit</groupId>-->
-<!--            <artifactId>iot-temporal-serviceImpl-es</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>cc.iotkit</groupId>
+            <artifactId>iot-temporal-serviceImpl-es</artifactId>
+        </dependency>
 
         <!--打开注释 启用timescale数据库-->
         <!--        <dependency>-->
@@ -83,10 +83,10 @@
         <!--        </dependency>-->
 
         <!--打开注释 启用tdengine数据库-->
-        <dependency>
-            <groupId>cc.iotkit</groupId>
-            <artifactId>iot-temporal-serviceImpl-td</artifactId>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cc.iotkit</groupId>-->
+<!--            <artifactId>iot-temporal-serviceImpl-td</artifactId>-->
+<!--        </dependency>-->
 
         <!--====================第三方库===================-->