<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">
    <parent>
        <groupId>org.jboss.resteasy</groupId>
        <artifactId>resteasy-jaxrs-all</artifactId>
        <version>2.3.5.Final</version>
    </parent>
    <name>Arquillian</name>
    <description/>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>

    <modules>
        <module>RESTEASY-736-jetty</module>
        <!--module>RESTEASY-736-as71</module-->
        <module>RESTEASY-752-jetty</module>
        <module>RESTEASY-760-jetty</module>
    </modules>
    
    <artifactId>arquillian</artifactId>
</project>
