forked from git-mirrors/GeyserConnect
Add sqlite storage manager
This commit is contained in:
parent
8a8ea5cd7f
commit
229fab13ca
12 changed files with 96 additions and 16 deletions
6
pom.xml
6
pom.xml
|
@ -59,6 +59,12 @@
|
|||
<artifactId>terminalconsoleappender</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xerial</groupId>
|
||||
<artifactId>sqlite-jdbc</artifactId>
|
||||
<version>3.31.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue