revert: update sqlite library to handle armv6

This reverts commit 33a10b3f
This commit is contained in:
Gauthier Roebroeck 2021-01-29 14:12:03 +08:00
parent a1ea6ec945
commit e39a2ac6ba

View file

@ -95,8 +95,8 @@ dependencies {
// 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.7")
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.7")
runtimeOnly("org.gotson:sqlite-jdbc:3.32.3.6")
jooqGeneratorRuntime("org.gotson:sqlite-jdbc:3.32.3.6")
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(module = "mockito-core")