Skip to content

Commit d338736

Browse files
committed
Spring: fix standalone run
1 parent 68dddfc commit d338736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spring-app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencyManagement {
3232
dependencies {
3333
implementation project(":common-api")
3434
implementation 'org.springframework.boot:spring-boot-starter-web'
35+
implementation 'org.springframework.boot:spring-boot-starter-restclient'
3536
implementation 'org.springframework.boot:spring-boot-starter-validation'
3637
implementation 'org.springframework.boot:spring-boot-starter-actuator'
3738
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

0 commit comments

Comments
 (0)