Skip to content

Commit

Permalink
Revert "changed build.gradle.kts (#29)" (#30)
Browse files Browse the repository at this point in the history
This reverts commit 7138416.
  • Loading branch information
MocStepan authored Apr 4, 2024
1 parent 7138416 commit bcb990d
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,6 +26,7 @@ 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 @@ -35,7 +36,6 @@ 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 bcb990d

Please sign in to comment.