Skip to content

Commit

Permalink
changed build.gradle.kts (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan authored Apr 4, 2024
1 parent 1ebc8a5 commit 7138416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-web-services")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
Expand All @@ -36,6 +35,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.0")

compile("org.springframework.boot:spring-boot-starter-webflux")
}
Expand Down

0 comments on commit 7138416

Please sign in to comment.