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

    <artifactId>jira-servicedesk-experimental-api</artifactId>
    <name>JIRA Service Desk Internal API</name>
    <description>
        WARNING: These interfaces are experimental and are subject to change between minor versions of JIRA Service Desk
        up to and including removal of this interface or parts thereof. It is not for consumption by non-Atlassian
        plugins and no consideration will be given to nor guarantees made for its compatibility between releases.

        Basically, don't use it unless you're a JIRA Service Desk developer.
    </description>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.servicedesk</groupId>
            <artifactId>jira-servicedesk-api</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>
