<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.atlassian.confluence</groupId>
        <artifactId>confluence-core</artifactId>
        <version>7.12.1</version>
    </parent>

    <groupId>com.atlassian.confluence.cache</groupId>
    <artifactId>confluence-cache</artifactId>
    <packaging>pom</packaging>

    <name>Confluence Cache Subsystem</name>
    <description>Implementations of Confluence's caching layer</description>

    <modules>
        <module>confluence-cache-spi</module>
        <module>confluence-cache-ehcache</module>
        <module>confluence-cache-hazelcast</module>
        <module>confluence-cache-async-invalidation</module>
        <module>confluence-cache-whitelist</module>
    </modules>
</project>
