This commit is contained in:
YuTian 2024-07-17 18:25:10 +08:00
parent 66e6a90a81
commit fa51661a52
2 changed files with 9 additions and 4 deletions

11
pom.xml
View File

@ -87,15 +87,20 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.3.230</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.0</version>
</dependency>
</dependencies>
</project>

View File

@ -1,4 +1,4 @@
name: AuLib
main: com.io.yutian.aulib.AuLib
version: 1.3.4
version: 1.3.5
author: SuperYuTian