<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/maven-v4_0_0.xsd">
    <parent>
        <artifactId>common-parent</artifactId>
        <groupId>com.atlassian.bitbucketci</groupId>
        <version>2976.1707111094</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.atlassian.pipelines</groupId>
    <artifactId>anti-abuse</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>model</module>
        <module>client</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.pipelines</groupId>
                <artifactId>anti-abuse-model</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>bitbucketci-codegen</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>bitbucketci-java-client-common</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>bitbucketci-spring-webclient</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>common-test</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>dropwizard-hystrix-bundle</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

</project>
