<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-war</artifactId>
<version>2.7.9</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-war', version='2.7.9')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-samples</artifactId> <version>2.7.9</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web:2.7.5
|-- org.springframework.boot:spring-boot-starter-security:2.7.5
|-- de.codecentric:spring-boot-admin-starter-client:2.7.9
|-- de.codecentric:spring-boot-admin-server:2.7.9
|-- de.codecentric:spring-boot-admin-server-ui:2.7.9
provided
|-- org.springframework.boot:spring-boot-starter-tomcat:2.7.5