File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
APIJSON-Java-Server/APIJSONBoot-MultiDataSource Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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>-->
You can’t perform that action at this time.
0 commit comments