add dependencies for device registry service
This commit is contained in:
@@ -7,21 +7,32 @@ arturboschDetektPlugin = "1.23.7"
|
|||||||
jlleitschuhKtlintPlugin = "12.1.1"
|
jlleitschuhKtlintPlugin = "12.1.1"
|
||||||
springframeworkBoot = "3.3.5"
|
springframeworkBoot = "3.3.5"
|
||||||
bmuschkoDocker = "9.4.0"
|
bmuschkoDocker = "9.4.0"
|
||||||
|
jsonwebtoken = "0.12.6"
|
||||||
|
|
||||||
# hlaeja version
|
# hlaeja version
|
||||||
hlaejaCorePlugin = "0.1.0"
|
hlaejaCorePlugin = "0.1.0"
|
||||||
hlaejaCommonPlugin = "0.1.0"
|
hlaejaCommonPlugin = "0.1.0"
|
||||||
hlaejaCommonMessages = "0.1.0"
|
hlaejaCommonMessages = "0.2.0-SNAPSHOT"
|
||||||
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
com-fasterxml-jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
|
||||||
com-influxdb-client-kotlin = { group = "com.influxdb", name = "influxdb-client-kotlin", version = "7.2.0" }
|
com-influxdb-client-kotlin = { group = "com.influxdb", name = "influxdb-client-kotlin", version = "7.2.0" }
|
||||||
|
jjwt-api = { group = "io.jsonwebtoken", name = "jjwt-api", version.ref = "jsonwebtoken" }
|
||||||
|
jjwt-impl = { group = "io.jsonwebtoken", name = "jjwt-impl", version.ref = "jsonwebtoken" }
|
||||||
|
jjwt-jackson = { group = "io.jsonwebtoken", name = "jjwt-jackson", version.ref = "jsonwebtoken" }
|
||||||
|
kotlin-logging = { group = "io.github.microutils", name = "kotlin-logging-jvm", version = "3.0.5" }
|
||||||
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
|
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
|
||||||
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
|
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
|
||||||
|
org-postgresql = { group = "org.postgresql", name = "postgresql" }
|
||||||
|
org-postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
|
||||||
org-springframework-springboot-actuator-starter = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
org-springframework-springboot-actuator-starter = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
|
||||||
|
org-springframework-springboot-r2dbc-starter = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" }
|
||||||
org-springframework-springboot-webflux-starter = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
|
org-springframework-springboot-webflux-starter = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
|
||||||
|
|
||||||
|
|
||||||
# testing libraries
|
# testing libraries
|
||||||
|
assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
|
||||||
io-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
|
io-mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
|
||||||
io-projectreactor-reactor-test = { group = "io.projectreactor", name = "reactor-test" }
|
io-projectreactor-reactor-test = { group = "io.projectreactor", name = "reactor-test" }
|
||||||
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
|
||||||
|
|||||||
Reference in New Issue
Block a user