Adding redis session for management, update test and common message libraries
This commit is contained in:
@@ -12,9 +12,9 @@ jsonwebtoken = "0.12.6"
|
|||||||
# hlaeja version
|
# hlaeja version
|
||||||
hlaejaCorePlugin = "0.2.0"
|
hlaejaCorePlugin = "0.2.0"
|
||||||
hlaejaCommonPlugin = "0.2.0"
|
hlaejaCommonPlugin = "0.2.0"
|
||||||
hlaejaCommonMessages = "0.7.0"
|
hlaejaCommonMessages = "0.8.0-SNAPSHOT"
|
||||||
hlaejaJwt = "0.1.0"
|
hlaejaJwt = "0.1.0"
|
||||||
hlaejaTest = "0.1.0"
|
hlaejaTest = "0.2.0-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
@@ -31,6 +31,7 @@ kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutin
|
|||||||
postgresql = { group = "org.postgresql", name = "postgresql" }
|
postgresql = { group = "org.postgresql", name = "postgresql" }
|
||||||
postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
|
postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
|
||||||
projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotlin-extensions" }
|
projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotlin-extensions" }
|
||||||
|
springboot-redis-session = { group = "org.springframework.session", name = "spring-session-data-redis" }
|
||||||
springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" }
|
springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" }
|
||||||
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
||||||
springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" }
|
springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" }
|
||||||
|
|||||||
Reference in New Issue
Block a user