<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
<version>4.5.10</version>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>38</version> </parent>
compile
|-- org.hdrhistogram:HdrHistogram:2.1.12
provided
|-- com.netflix.hystrix:hystrix-core:1.5.2
test
|-- com.jayway.restassured:rest-assured:2.8.0
|-- org.assertj:assertj-core:3.3.0
|-- com.jayway.awaitility:awaitility:1.7.0