Skip to content

Commit

Permalink
Added SpringBoot RSocket starter dependency (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Aug 26, 2024
1 parent a95d660 commit 87a2628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/hcc-springboot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {

implementation(libs.springboot.starter.actuator)
implementation(libs.springboot.starter.log4j2)
implementation(libs.springboot.starter.rsocket)
implementation(libs.springboot.starter.webflux)

testImplementation(libs.springboot.starter.test)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spring-standalone-webflux = { module = "org.springframework:spring-webflux", ver
springboot-configuration-processor = { module = "org.springframework.boot:spring-boot-configuration-processor" }
springboot-starter-actuator = { module = "org.springframework.boot:spring-boot-starter-actuator" }
springboot-starter-log4j2 = { module = "org.springframework.boot:spring-boot-starter-log4j2" }
springboot-starter-rsocket = { module = "org.springframework.boot:spring-boot-starter-rsocket" }
springboot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux" }
springboot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test" }

Expand Down

0 comments on commit 87a2628

Please sign in to comment.