<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.pom</groupId>
        <artifactId>atlassian-public-pom</artifactId>
        <version>29.1</version>
    </parent>

    <groupId>com.atlassian.osuser</groupId>
    <artifactId>atlassian-osuser</artifactId>
    <packaging>pom</packaging>
    <version>1.2.2-m1</version>

    <modules>
        <module>osuser-api</module>
        <module>osuser-provider-file</module>
        <module>osuser-provider-hibernate2</module>
        <module>osuser-provider-hibernate3</module>
        <module>osuser-provider-jdbc</module>
        <module>osuser-provider-ldap</module>
        <module>osuser-provider-memory</module>
        <module>osuser-provider-ofbiz</module>
        <module>osuser-provider-hibernate4</module>
    </modules>

    <name>Atlassian OSUser</name>

    <url>https://svn.atlassian.com/svn/public/atlassian/osuser-patched</url>

    <scm>
        <connection>scm:svn:https://svn.atlassian.com/svn/public/atlassian/osuser-patched/tags/atlassian-osuser-1.2.2-m1</connection>
        <developerConnection>scm:svn:https://svn.atlassian.com/svn/public/atlassian/osuser-patched/tags/atlassian-osuser-1.2.2-m1</developerConnection>
        <url>https://svn.atlassian.com/svn/public/atlassian/osuser-patched/tags/atlassian-osuser-1.2.2-m1</url>
    </scm>

    <properties>
        <propertyset.version>1.6.0-m3</propertyset.version>
    </properties>

    <dependencyManagement>
        <dependencies>

            <dependency>
                <groupId>com.atlassian.osuser</groupId>
                <artifactId>osuser-api</artifactId>
                <version>1.2.2-m1</version>
            </dependency>

            <dependency>
                <groupId>opensymphony</groupId>
                <artifactId>oscore</artifactId>
                <version>2.2.7</version>
            </dependency>

            <dependency>
                <groupId>com.opensymphony.propertyset</groupId>
                <artifactId>api</artifactId>
                <version>1.6.0-m3</version>
            </dependency>
            <dependency>
                <groupId>com.opensymphony.propertyset</groupId>
                <artifactId>core</artifactId>
                <version>1.6.0-m3</version>
            </dependency>
            <dependency>
                <groupId>com.opensymphony.propertyset.providers</groupId>
                <artifactId>hibernate2</artifactId>
                <version>1.6.0-m3</version>
            </dependency>

            <dependency>
                <groupId>com.opensymphony.propertyset.providers</groupId>
                <artifactId>hibernate3</artifactId>
                <version>1.6.0-m3</version>
            </dependency>

            <dependency>
                <groupId>com.opensymphony.propertyset.providers</groupId>
                <artifactId>hibernate4</artifactId>
                <version>1.6.0-m3</version>
            </dependency>

            <dependency>
                <groupId>ofbcore</groupId>
                <artifactId>ofbcore-jira-entity</artifactId>
                <version>2.1.5</version>
            </dependency>

            <dependency>
                <groupId>ofbcore</groupId>
                <artifactId>ofbcore-jira-share</artifactId>
                <version>2.1.5</version>
            </dependency>

            <dependency>
                <groupId>log4j</groupId>
                <artifactId>log4j</artifactId>
                <version>1.2.14</version>
            </dependency>

            <dependency>
                <groupId>dom4j</groupId>
                <artifactId>dom4j</artifactId>
                <version>1.6.1</version>
            </dependency>

            <dependency>
                <groupId>hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>2.1.8-atlassian-8</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>3.2.7.ga</version>
                <scope>provided</scope>
                <exclusions>
                    <exclusion>
                        <artifactId>ant</artifactId>
                        <groupId>ant</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>avalon-framework</artifactId>
                        <groupId>avalon-framework</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>concurrent</artifactId>
                        <groupId>concurrent</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>ehcache</artifactId>
                        <groupId>echcache</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jacc</artifactId>
                        <groupId>javax.security</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jboss-cache</artifactId>
                        <groupId>jboss</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jboss-common</artifactId>
                        <groupId>jboss</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jboss-j2se</artifactId>
                        <groupId>jboss</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jboss-minimal</artifactId>
                        <groupId>jboss</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>jboss-system</artifactId>
                        <groupId>jboss</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>logkit</artifactId>
                        <groupId>logkit</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>odmg</artifactId>
                        <groupId>odmg</groupId>
                    </exclusion>
                    <exclusion>
                        <artifactId>proxool</artifactId>
                        <groupId>proxool</groupId>
                    </exclusion>
                </exclusions>
            </dependency>

            <dependency>
                <groupId>javax.transaction</groupId>
                <artifactId>jta</artifactId>
                <version>1.0.1B</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
                <version>2.3</version>
                <scope>provided</scope>
            </dependency>

            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>3.8.1</version>
                <scope>test</scope>
            </dependency>

            <dependency>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
                <version>2.4</version>
                <scope>test</scope>
            </dependency>

        </dependencies>
    </dependencyManagement>
</project>
