<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-demo-app</artifactId>
<version>2.5.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-demo-app', version='2.5.0')
)
compile
|-- org.springframework.boot:spring-boot-starter-web:2.5.2
|-- de.codecentric:chaos-monkey-spring-boot:2.5.0
|-- org.springframework.boot:spring-boot-starter-data-rest:2.5.2
|-- org.springframework.boot:spring-boot-starter-data-jpa:2.5.2
|-- io.micrometer:micrometer-registry-prometheus:1.7.1
|-- org.springframework.boot:spring-boot-devtools:2.5.2
provided
|-- org.springframework.boot:spring-boot-starter-actuator:2.5.2