Browse Source

Merge branch '2.7.x'

Closes gh-33842
pull/33867/head
Moritz Halbritter 3 years ago
parent
commit
3867c2d79c
  1. 2
      spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle

2
spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle

@ -2,7 +2,7 @@ plugins {
id "org.springframework.boot.starter" id "org.springframework.boot.starter"
} }
description = "Starter for building WebSocket applications using Spring Framework's WebSocket support" description = "Starter for building WebSocket applications using Spring Framework's MVC WebSocket support"
dependencies { dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web")) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))

Loading…
Cancel
Save