<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.atlassian.jira</groupId>
        <artifactId>jira-components</artifactId>
        <version>7.9.2</version>
    </parent>

    <artifactId>jira-tests-parent</artifactId>
    <packaging>pom</packaging>

    <name>Atlassian JIRA - Code - Parent for unit tests</name>

    <modules>
        <module>jira-tests</module>
        <module>jira-tests-lic</module>
        <module>jira-tests-unit</module>
        <module>jira-tests-unit-db</module>
    </modules>

    <properties>
        <license.scope>test</license.scope>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.utt</groupId>
                <artifactId>toolkit</artifactId>
                <version>2.0.1</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
