|
@@ -24,5 +24,5 @@ dependencies {
|
|
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
|
|
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
|
|
implementation("org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion")
|
|
implementation("org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion")
|
|
implementation("org.xerial:sqlite-jdbc:$sqliteJdbc")
|
|
implementation("org.xerial:sqlite-jdbc:$sqliteJdbc")
|
|
-
|
|
|
|
|
|
+ implementation("org.springframework.boot:spring-boot-starter-data-redis:$springBootRedis")
|
|
}
|
|
}
|