<?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">
    <artifactId>jira-software-test</artifactId>
    <description>Provides testing utilities to test software development API and features in Jira.</description>
    <modelVersion>4.0.0</modelVersion>
    <name>Jira for Software Test Utilities</name>
    <packaging>jar</packaging>

    <parent>
        <artifactId>jira-for-software-parent</artifactId>
        <groupId>com.atlassian.jira.plugins</groupId>
        <version>8.9.1</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.jira</groupId>
            <artifactId>jira-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.atlassian.jira</groupId>
            <artifactId>jira-func-tests-legacy</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.jira.tests</groupId>
            <artifactId>jira-testkit-client</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.jira</groupId>
            <artifactId>jira-tests-lic</artifactId>
        </dependency>
    </dependencies>
</project>
