<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-boot-starter</artifactId>
<version>23.5.5</version>
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='vaadin-spring-boot-starter', version='23.5.5')
)
<parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-platform-parent</artifactId> <version>23.5.5</version> </parent>
compile
|-- com.vaadin:vaadin-spring:23.5.4
|-- com.vaadin:vaadin-core:23.5.5
|-- org.springframework.boot:spring-boot-starter-web:2.7.18
|-- org.springframework:spring-web:5.3.32
|-- org.springframework:spring-webmvc:5.3.32
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.86
|-- org.apache.tomcat.embed:tomcat-embed-el:9.0.86
|-- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.86