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