Setup matrix-spring-boot

This commit is contained in:
2021-03-25 19:49:20 +01:00
parent 63a2bca566
commit a03da9dc74
4 changed files with 60 additions and 7 deletions

View File

@@ -24,8 +24,11 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
// https://mvnrepository.com/artifact/net.folivo/matrix-spring-boot-bot
implementation (group = "net.folivo", name = "matrix-spring-boot-bot", version = "0.4.5")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("com.h2database:h2")
runtimeOnly("io.r2dbc:r2dbc-h2")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testImplementation("org.springframework.boot:spring-boot-starter-test")
}