mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-18 08:20:25 +08:00
Merge branch 'master' of gitee.com:willfree/min-dev-java
This commit is contained in:
@@ -261,15 +261,10 @@
|
||||
|
||||
<!-- Sqlite Driver compatible with sqlcipher-->
|
||||
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.28.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.willena</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.35.4</version>
|
||||
<version>3.35.5.1</version>
|
||||
</dependency>
|
||||
|
||||
<!--jmh 基准测试 -->
|
||||
|
||||
Reference in New Issue
Block a user