<?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.oauth2</groupId>
        <artifactId>oauth2-parent</artifactId>
        <version>4.2.12</version>
    </parent>

    <artifactId>oauth2-provider-parent</artifactId>
    <packaging>pom</packaging>

    <name>Atlassian OAuth 2 Provider - Parent</name>
    <description>Parent for Atlassian OAuth 2 Provider</description>

    <modules>
        <module>provider-api</module>
        <module>provider-core</module>
        <module>provider-plugin</module>
        <module>provider-rest</module>
    </modules>
</project>
