mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
parent
ccba4bdcfb
commit
3d2793a768
1 changed files with 6 additions and 2 deletions
|
|
@ -94,8 +94,12 @@ dependencies {
|
||||||
implementation("com.github.f4b6a3:tsid-creator:2.2.4")
|
implementation("com.github.f4b6a3:tsid-creator:2.2.4")
|
||||||
|
|
||||||
runtimeOnly("com.h2database:h2:1.4.200")
|
runtimeOnly("com.h2database:h2:1.4.200")
|
||||||
runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
|
||||||
jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494
|
||||||
|
// runtimeOnly("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
|
// jooqGeneratorRuntime("org.xerial:sqlite-jdbc:3.32.3.2")
|
||||||
|
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.4")
|
||||||
|
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.4")
|
||||||
|
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||||
exclude(module = "mockito-core")
|
exclude(module = "mockito-core")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue