<?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>
        <artifactId>rx-jersey</artifactId>
        <groupId>com.atlassian.pipelines.rxjersey</groupId>
        <version>2840.1705295849</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>dropwizard</artifactId>
    <name>BitbucketCI Common rxjersey dropwizard</name>
    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-client</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>io.dropwizard</groupId>
                    <artifactId>dropwizard-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.atlassian.pipelines.rxjersey</groupId>
            <artifactId>rxjava2-server</artifactId>
        </dependency>
        <dependency>
            <groupId>com.atlassian.pipelines.rxjersey</groupId>
            <artifactId>rxjava2-client</artifactId>
        </dependency>
    </dependencies>
</project>
