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