Skip to content

Commit 48359e0

Browse files
committed
Java: 恢复不影响启动的 Dm7JdbcDriver15 和 taos-jdbcdriver
1 parent b16d175 commit 48359e0

File tree

1 file changed

+10
-10
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource

1 file changed

+10
-10
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@
159159
<artifactId>sqlite-jdbc</artifactId>
160160
<version>3.39.3.0</version>
161161
</dependency>
162-
<!-- <dependency>-->
163-
<!-- <groupId>com.dameng</groupId>-->
164-
<!-- <artifactId>Dm7JdbcDriver15</artifactId>-->
165-
<!-- <version>7.6.0.165</version>-->
166-
<!-- </dependency>-->
167-
<!-- <dependency>-->
168-
<!-- <groupId>com.taosdata.jdbc</groupId>-->
169-
<!-- <artifactId>taos-jdbcdriver</artifactId>-->
170-
<!-- <version>2.0.38</version>-->
171-
<!-- </dependency>-->
162+
<dependency>
163+
<groupId>com.dameng</groupId>
164+
<artifactId>Dm7JdbcDriver15</artifactId>
165+
<version>7.6.0.165</version>
166+
</dependency>
167+
<dependency>
168+
<groupId>com.taosdata.jdbc</groupId>
169+
<artifactId>taos-jdbcdriver</artifactId>
170+
<version>2.0.38</version>
171+
</dependency>
172172
<!-- <dependency>-->
173173
<!-- <groupId>org.nebula-contrib</groupId>-->
174174
<!-- <artifactId>nebula-jdbc</artifactId>-->

0 commit comments

Comments
 (0)