Skip to content

Commit b16d175

Browse files
committed
Java: 恢复不影响启动的 jtds 和 sqlite-jdbc
1 parent 93c6137 commit b16d175

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
@@ -149,16 +149,16 @@
149149
<artifactId>postgresql</artifactId>
150150
<version>42.7.3</version>
151151
</dependency>
152-
<!-- <dependency>-->
153-
<!-- <groupId>net.sourceforge.jtds</groupId>-->
154-
<!-- <artifactId>jtds</artifactId>-->
155-
<!-- <version>1.3.1</version>-->
156-
<!-- </dependency>-->
157-
<!-- <dependency>-->
158-
<!-- <groupId>org.xerial</groupId>-->
159-
<!-- <artifactId>sqlite-jdbc</artifactId>-->
160-
<!-- <version>3.39.3.0</version>-->
161-
<!-- </dependency>-->
152+
<dependency>
153+
<groupId>net.sourceforge.jtds</groupId>
154+
<artifactId>jtds</artifactId>
155+
<version>1.3.1</version>
156+
</dependency>
157+
<dependency>
158+
<groupId>org.xerial</groupId>
159+
<artifactId>sqlite-jdbc</artifactId>
160+
<version>3.39.3.0</version>
161+
</dependency>
162162
<!-- <dependency>-->
163163
<!-- <groupId>com.dameng</groupId>-->
164164
<!-- <artifactId>Dm7JdbcDriver15</artifactId>-->

0 commit comments

Comments
 (0)