fix:依赖修正

V0.5.x
xiwa 2024-02-25 11:46:15 +08:00
parent fc9325700c
commit 3ab219c182
1 changed files with 8 additions and 8 deletions

View File

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