<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>com.atlassian.bitbucketci</groupId>
        <artifactId>bitbucketci-java-client</artifactId>
        <version>2892.1705632940</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>bitbucketci-resilience4j</artifactId>
    <name>BitbucketCI Java Client - Resilience4J</name>
    <packaging>jar</packaging>
    <dependencies>
        <dependency>
            <groupId>com.atlassian.bitbucketci</groupId>
            <artifactId>bitbucketci-java-client-common</artifactId>
        </dependency>
        <dependency>
            <groupId>com.atlassian.bitbucketci</groupId>
            <artifactId>bitbucketci-spring-webclient</artifactId>
        </dependency>
        <dependency>
            <groupId>com.atlassian.bitbucketci</groupId>
            <artifactId>bitbucketci-codegen</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.github.resilience4j</groupId>
            <artifactId>resilience4j-reactor</artifactId>
        </dependency>
        <dependency>
            <groupId>io.github.resilience4j</groupId>
            <artifactId>resilience4j-circuitbreaker</artifactId>
        </dependency>
        <dependency>
            <groupId>io.github.resilience4j</groupId>
            <artifactId>resilience4j-bulkhead</artifactId>
        </dependency>
        <dependency>
            <groupId>io.github.resilience4j</groupId>
            <artifactId>resilience4j-timelimiter</artifactId>
        </dependency>
        <dependency>
            <groupId>io.micrometer</groupId>
            <artifactId>micrometer-core</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.reactivex</groupId>
            <artifactId>rxjava-reactive-streams</artifactId>
        </dependency>
        <dependency>
            <groupId>com.netflix.hystrix</groupId>
            <artifactId>hystrix-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.atlassian.bitbucketci</groupId>
            <artifactId>common-test</artifactId>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>com.atlassian.bitbucketci</groupId>
                    <artifactId>bitbucketci-java-client-common</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>io.projectreactor</groupId>
            <artifactId>reactor-test</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
