Skip to content

Commit 1258a46

Browse files
committed
(TP-105) chore: add web dependencies
1 parent 24a7478 commit 1258a46

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rentplace/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ repositories {
2525

2626
dependencies {
2727
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'
2830
runtimeOnly 'org.flywaydb:flyway-database-postgresql:11.2.0'
2931
implementation 'org.flywaydb:flyway-core:11.2.0'
3032
implementation 'org.springframework.boot:spring-boot-starter-web'
3133
implementation 'org.mapstruct:mapstruct:1.5.5.Final'
3234
implementation 'org.flywaydb:flyway-core'
35+
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:8.0.1'
3336

3437
implementation("org.springframework.boot:spring-boot-starter-mail:3.4.3")
3538

0 commit comments

Comments
 (0)