<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.seam.integration</groupId>
        <artifactId>jboss-seam-int</artifactId>
        <version>7.0.0.GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-seam-int-jbossas</artifactId>
    <packaging>jar</packaging>
    <name>JBoss Seam Int JBossAS</name>
    <description>JBoss Seam Int JBossAS</description>

    <!-- Do not add version information here, use ../build/pom.xml instead -->
    <dependencies>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.seam</groupId>
            <artifactId>jboss-seam</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-vfs</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>

    </dependencies>

</project>