<?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/maven-v4_0_0.xsd">

  <parent>
    <groupId>org.jboss.jsfunit</groupId>
    <artifactId>jboss-jsfunit-examples</artifactId>
    <version>1.3.0.Final</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-jsfunit-examples-hellojsf</artifactId>
  <packaging>pom</packaging>  
  <name>HelloJSF Example App</name>

  <modules>    
    <module>jboss-jsfunit-examples-hellojsf-webapp</module>
    <module>jboss-jsfunit-examples-hellojsf-jsfunit</module>
    <module>jboss-jsfunit-examples-hellojsf-jee6</module>
    <module>jboss-jsfunit-examples-hellojsf-pathmapped</module>
    <module>jboss-jsfunit-examples-hellojsf-ant</module>
  </modules>
  
  <dependencies>
    <!--
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>provided</scope>
    </dependency>
-->
    <dependency>
       <groupId>jboss.web</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>
    </dependency>
    <!--
    <dependency>
      <groupId>javax.faces</groupId>
      <artifactId>jsf-api</artifactId>
      <scope>provided</scope>
    </dependency> -->
  </dependencies>
    
</project>
