Merge branch 'master' of gitee.com:willfree/min-dev-java

This commit is contained in:
free will
2021-05-14 15:29:56 +08:00
7 changed files with 104 additions and 34 deletions
+1 -6
View File
@@ -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 基准测试 -->