<?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-bom</artifactId>
        <version>9.12.8</version>
    </parent>

    <artifactId>jira-deprecated-api-bom</artifactId>
    <packaging>pom</packaging>
    <name>Atlassian Jira - Deprecated public API</name>

    <dependencyManagement>
        <dependencies>
            <!-- Place here a list of dependencies that we discourage to use.
                Those are not guaranteed to be provided in future releases -->

            <!-- Please note, that the plafrom-deprecated-public-api is not a
                super nor a subset of those -->

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