modules.com.netflix.hystrix.main.module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hystrix Show documentation
Show all versions of hystrix Show documentation
Latency and Fault Tolerance, such as Circuit Breaker, with Hystrix from Netflix OSS
<module xmlns="urn:jboss:module:1.3" name="com.netflix.hystrix"> <resources> <artifact name="com.netflix.hystrix:hystrix-core:${version.hystrix}"/> <artifact name="com.netflix.hystrix:hystrix-metrics-event-stream:${version.hystrix}"/> <artifact name="com.netflix.hystrix:hystrix-serialization:${version.hystrix}"/> <artifact name="org.hdrhistogram:HdrHistogram:${version.hdrHistogram}"/> </resources> <dependencies> <module name="org.wildfly.swarm.undertow" slot="runtime"/> <module name="javax.servlet.api"/> <module name="org.codehaus.jackson.jackson-core-asl"/> <module name="com.fasterxml.jackson.core.jackson-core"/> <module name="com.fasterxml.jackson.core.jackson-databind"/> <module name="com.netflix.archaius"/> <module name="io.reactivex.rxjava"/> <module name="org.slf4j"/> <module name="sun.jdk"/> </dependencies> </module>