<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>org.jboss.resteasy</groupId>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <version>2.3.10.Final</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>http-adapter-pom</artifactId>
    <packaging>pom</packaging>
    <name>Resteasy Http Adapter Plugins</name>

    <modules>
        <module>resteasy-jdk-http</module>
        <!--<module>resteasy-test-jdk-http</module>-->
        <module>resteasy-netty</module>
        <!--<module>resteasy-test-netty</module>-->
    </modules>
</project>
