<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>2983.1707791665</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.atlassian.pipelines</groupId>
    <artifactId>streamhub</artifactId>
    <packaging>pom</packaging>
    <modules>
        <module>model</module>
        <module>client</module>
    </modules>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.pipelines</groupId>
                <artifactId>streamhub-model</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-codegen</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
