<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>atlassian-public-pom</artifactId>
        <groupId>com.atlassian.pom</groupId>
        <version>20</version>
    </parent>

    <groupId>com.atlassian.security.auth.trustedapps</groupId>
    <artifactId>atlassian-trusted-apps</artifactId>
    <packaging>pom</packaging>
    <version>2.1</version>
    <name>Atlassian Trusted Apps</name>

    <scm>
        <connection>scm:svn:https://studio.atlassian.com/svn/TRUST/tags/atlassian-trusted-apps-2.1</connection>
        <developerConnection>scm:svn:https://studio.atlassian.com/svn/TRUST/tags/atlassian-trusted-apps-2.1</developerConnection>
        <url>https://studio.atlassian.com/svn/TRUST/tags/atlassian-trusted-apps-2.1</url>
    </scm>

    <modules>
        <module>atlassian-trusted-apps-core</module>
        <module>atlassian-trusted-apps-seraph-integration</module>
    </modules>

    <dependencies>
        <!-- test dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>mockobjects</groupId>
            <artifactId>mockobjects-core</artifactId>
            <version>0.09</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>mockobjects</groupId>
            <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
            <version>0.09</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <distributionManagement>
        <site>
            <id>atlassian-documentation</id>
            <url>dav:https://docs.atlassian.com/${project.artifactId}/${project.version}</url>
        </site>
    </distributionManagement>
</project>
