<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>
        <groupId>com.atlassian.crowd</groupId>
        <artifactId>atlassian-embedded-crowd</artifactId>
        <version>1.6-m2</version>
    </parent>

    <artifactId>atlassian-embedded-crowd-testing</artifactId>
    <name>Atlassian Embedded Crowd - Test Utils</name>
    <description>Shared resources for testing embedded crowd implementations</description>

    <scm>
        <connection>scm:svn:https://studio.atlassian.com/svn/EMBCWD/tags/atlassian-embedded-crowd-1.6-m2/embedded-crowd-testing</connection>
        <developerConnection>scm:svn:https://studio.atlassian.com/svn/EMBCWD/tags/atlassian-embedded-crowd-1.6-m2/embedded-crowd-testing</developerConnection>
        <url>https://studio.atlassian.com/source/browse/EMBCWD/tags/atlassian-embedded-crowd-1.6-m2/embedded-crowd-testing</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.crowd</groupId>
            <artifactId>crowd-persistence</artifactId>
            <version>${crowd.version}</version>
        </dependency>

        <dependency>
            <groupId>com.atlassian.crowd</groupId>
            <artifactId>embedded-crowd-core</artifactId>
            <version>${crowd.version}</version>
        </dependency>

        <dependency>
            <groupId>com.atlassian.crowd</groupId>
            <artifactId>embedded-crowd-api</artifactId>
            <version>${crowd.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.7</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.8.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-mock</artifactId>
            <version>2.0.8</version>
        </dependency>

    </dependencies>
</project>
