<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>2.1.1</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-spring-boot', version='2.1.1')
)
compile
|-- org.springframework:spring-aspects:5.1.8.RELEASE
|-- org.springframework:spring-instrument:5.1.8.RELEASE
|-- org.aspectj:aspectjweaver:1.8.13
|-- org.projectlombok:lombok:1.18.8
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.6.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter-web:2.1.6.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.25
|-- org.springframework.boot:spring-boot:2.1.6.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.1.6.RELEASE