We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a7478 commit 1258a46Copy full SHA for 1258a46
1 file changed
rentplace/build.gradle
@@ -25,11 +25,14 @@ repositories {
25
26
dependencies {
27
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
28
+ implementation 'org.springframework.boot:spring-boot-starter-web'
29
+ implementation 'org.springframework.boot:spring-boot-starter-webflux'
30
runtimeOnly 'org.flywaydb:flyway-database-postgresql:11.2.0'
31
implementation 'org.flywaydb:flyway-core:11.2.0'
32
implementation 'org.springframework.boot:spring-boot-starter-web'
33
implementation 'org.mapstruct:mapstruct:1.5.5.Final'
34
implementation 'org.flywaydb:flyway-core'
35
+ implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:8.0.1'
36
37
implementation("org.springframework.boot:spring-boot-starter-mail:3.4.3")
38
0 commit comments