<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hystrix</artifactId>
<version>2.21.0</version>
</dependency>
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>2.21.0</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- com.netflix.hystrix:hystrix-core
|-- com.netflix.hystrix:hystrix-metrics-event-stream
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.apache.camel:camel-test-spring
|-- org.apache.camel:camel-test-blueprint
|-- org.apache.logging.log4j:log4j-api