<?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>5.0.4</version>
    </parent>

    <groupId>com.rackspace.papi.components.extensions</groupId>
    <artifactId>extensions-support</artifactId>

    <name>Repose Components - Extensions Support</name>
    <description>
        API Validator filter bundle to address dependency collisions between
        API Validator and other filters/Repose Core.

        No other filters should be developed here.
    </description>
    <packaging>pom</packaging>

    <modules>
        <module>api-validator</module>
        <module>extensions-filter-bundle</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>commons-codec</groupId>
                <artifactId>commons-codec</artifactId>
                <version>1.7</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
