refactor: keep taos driver behind history store

This commit is contained in:
lingniu
2026-07-01 06:55:49 +08:00
parent e03d1d7629
commit 40dea58278
2 changed files with 71 additions and 4 deletions

View File

@@ -32,10 +32,6 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>