<?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.rackspace.papi</groupId>
        <artifactId>profile-support</artifactId>
        <version>4.0.0</version>
    </parent>

    <groupId>com.rackspace.papi.external</groupId>
    <artifactId>external-lib-support</artifactId>

    <name>Repose - External Library Support</name>

    <description>
        This project houses any libraries that we must build ourselves (in this project
        set) but will not change often.
    </description>

    <packaging>pom</packaging>

    <modules>
        <module>jee6-schemas</module>
        <module>service-clients</module>
        <module>os-auth-schemas</module>
        <module>rs-auth-schemas</module>
        <module>pjl-compressingFilter</module>
    </modules>
</project>
