fix compileation eror
This commit is contained in:
@@ -25,13 +25,14 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-flyway")
|
||||
implementation("org.springframework.boot:spring-boot-starter-validation")
|
||||
implementation("org.springframework.boot:spring-boot-starter-webmvc")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
||||
implementation("org.flywaydb:flyway-database-postgresql")
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||
implementation("tools.jackson.module:jackson-module-kotlin")
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
implementation("org.springframework.boot:spring-boot-starter-security")
|
||||
implementation("com.google.firebase:firebase-admin:9.7.0")
|
||||
implementation("com.sun.mail:jakarta.mail:2.0.1")
|
||||
implementation("com.sun.mail:jakarta.mail:2.0.2")
|
||||
implementation("org.apache.pdfbox:pdfbox:2.0.30")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa-test")
|
||||
|
||||
Reference in New Issue
Block a user