All Downloads are FREE. Search and download functionalities are using the official Maven repository.

modules.com.netflix.hystrix.main.module.xml Maven / Gradle / Ivy

Go to download

Latency and Fault Tolerance, such as Circuit Breaker, with Hystrix from Netflix OSS

There is a newer version: 2.7.0.Final
Show newest version
<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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy