<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>3275.1724055070</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.atlassian.pipelines</groupId>
    <artifactId>money-bucket</artifactId>
    <packaging>pom</packaging>

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

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.bitbucketci</groupId>
                <artifactId>bitbucketci-spring-webclient</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>com.atlassian.pipelines</groupId>
                <artifactId>money-bucket-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-common</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
